aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (Line Height): Total line-height is now specifiedKim F. Storm2004-12-302-18/+28
| | | | | | in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO) in cons cells. (nil . RATIO) is relative to actual line height. Use line-height `t' instead of `0' to get minimum height.
* (calc-copy-variable): Fix mistyped variable name. Display variableJay Belanger2004-12-301-2/+3
| | | | name differently in message.
* *** empty log message ***Kenichi Handa2004-12-302-0/+37
|
* (basic-save-buffer-1): SetKenichi Handa2004-12-301-5/+6
| | | | | | | explicit-buffer-file-coding-system to last-coding-system-used. (revert-buffer): Pay attention to explicit-buffer-file-coding-system (not buffer-file-coding-system) on bind coding-system-for-read.
* (explicit-buffer-file-coding-system): NewKenichi Handa2004-12-301-2/+21
| | | | | buffer local variable. (after-insert-file-set-coding): Set it to coding-system-for-read.
* (Finsert_file_contents): Don't useKenichi Handa2004-12-301-5/+2
| | | | | | current_buffer->buffer_file_coding_system even if REPLACE is non-nil. Call Qafter_insert_file_set_coding with the second arg VISIT.
* (x_new_font): Set FRAME_COLUMN_WIDTH toKenichi Handa2004-12-301-1/+41
| | | | | | | | fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to fontp-?space_width.. (x_load_font): Calculate fontp->space_width and fontp->average_width. (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
* (x_produce_glyphs): Calculate tab width byKenichi Handa2004-12-301-3/+3
| | | | FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
* (struct x_display_info): New member Xatom_AVERAGE_WIDTH.Kenichi Handa2004-12-301-1/+1
|
* (struct frame): New member space_width.Kenichi Handa2004-12-301-1/+8
| | | | (FRAME_SPACE_WIDTH): New macro.
* (struct font_info): New members space_width andKenichi Handa2004-12-301-0/+6
| | | | average_width.
* (auto-revert-tail-mode): Doc fix for defvar.Luc Teirlinck2004-12-302-1/+6
|
* * macterm.c (SelectionRange): Add Xcode position apple event struct.Steven Tamm2004-12-304-15/+53
| | | | | | | (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.
* (syms_of_buffer) <vertical-scroll-bar>: Correct typo.Luc Teirlinck2004-12-292-1/+5
|
* *** empty log message ***Richard M. Stallman2004-12-293-0/+12
|
* (File Variables): Clarify previous change.Richard M. Stallman2004-12-291-16/+20
|
* (syms_of_buffer) <vertical-scroll-bar>: Doc fix.Richard M. Stallman2004-12-291-1/+3
|
* (Timers): Discuss timers vs editing the buffer and undo.Richard M. Stallman2004-12-291-0/+10
|
* * term/mac-win.el: Require x-dnd.Steven Tamm2004-12-295-71/+155
| | | | | | | | | | | | | | | | | | | | | | | (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'.
* Removed unnecessary references to "calcFunc-".Jay Belanger2004-12-291-25/+24
|
* *** 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-292-0/+7
|
* (recode-region): New function.Kenichi Handa2004-12-291-0/+19
|
* *** empty log message ***Kim F. Storm2004-12-292-13/+25
|
* (decode_coding): Fix previous change.Dan Nicolaescu2004-12-282-1/+5
|
* (back_to_previous_visible_line_start):Richard M. Stallman2004-12-282-0/+9
| | | | Don't call handle_display_prop.
* *** 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
|
* (decode_coding_XXX, decode_composition_emacs_mule)Dan Nicolaescu2004-12-282-30/+48
| | | | | | | (decode_coding_emacs_mule, encode_coding_emacs_mule) (decode_coding_iso2022, encode_designation_at_bol) (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol) (decode_coding): Constify arguments and local vars.
* (Quitting): Clarify value of with-local-quit.Richard M. Stallman2004-12-282-1/+10
|
* (Top): Fix previous change.Richard M. Stallman2004-12-281-1/+1
|
* (Loading): Fix previous change.Richard M. Stallman2004-12-281-1/+1
|
* (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
|
* (popup_get_selection): Remove parameter down_on_keypress.Jan Djärv2004-12-272-8/+7
| | | | | (create_and_show_popup_menu, create_and_show_dialog): Remove parameter down_on_keypress to popup_get_selection.
* * xmenu.c (popup_get_selection): Only pop down dialogsJan Djärv2004-12-272-12/+8
| | | | on C-g and Escape.
* * NEWS: C-g pops down menus and dialogs.Jan Djärv2004-12-271-0/+3
|