aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Put `isearch-scroll' property to `split-window-horizontally'.Juri Linkov2005-03-161-0/+1
|
* Update error messages for `debug-ignored-errors'.Juri Linkov2005-03-161-13/+33
| | | | | | | | | (Info-isearch-search): Doc fix. (Info-find-node): Move up code to go into info buffer before recording the node to the history. (Info-fontify-node): Fontify titles only if the next line has two or more `*', `=', `-', `.'. Display "go to this node" for empty (match-string 3).
* *** empty log message ***YAMAMOTO Mitsuharu2005-03-162-1/+53
|
* (struct mac_output) [TARGET_API_MAC_CARBON]: New memberYAMAMOTO Mitsuharu2005-03-161-3/+10
| | | | | | hourglass_control. (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines. (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
* (activate_scroll_bars, deactivate_scroll_bars): Remove functions andYAMAMOTO Mitsuharu2005-03-161-102/+53
| | | | | | | | | | | | | | | | | | | | | | declarations. (mac_set_colors): Take argument for saving background color. All callers changed. (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle) (mac_draw_rectangle, mac_draw_string_common): Save and Restore background color. (x_update_end, mac_do_track_drag): Don't reset background color. (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]: Use SetThemeCursor. (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress indicator control to the upper-right corner of the window. (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable. (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it. (do_window_update): Update controls after updating content area. (mac_handle_window_event): Remove unused extern. (XTread_socket): Check both control handle and control part code to determine whether a scroll bar is clicked. Activate/deactivate root control instead of contained scroll bar controls. (make_mac_terminal_frame): Use ThemeCursor constants.
* [!TARGET_API_MAC_CARBON]: Include Appearance.h and Controls.h. UseYAMAMOTO Mitsuharu2005-03-161-7/+2
| | | | ThemeCursor instead of CursHandle.
* (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift): Remove unusedYAMAMOTO Mitsuharu2005-03-161-193/+135
| | | | | | | | | | | | | | | | variables. (syms_of_macfns): Don't initialize them. Likewise for Qface_set_after_frame_default. Defvar and initialize Vx_window_horizontal_drag_shape. (x_set_mouse_color): Change mouse pointer shape. (mac_window) [!MAC_OSX]: Create root control. (mac_window): Remove initializations of mouse pointer shapes. (hourglass_started): New function (from xfns.c). (start_hourglass, cancel_hourglass): Put function body in #ifdef MAC_OSX. (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress indicator for each non-tooltip frame if needed, and show it. (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
* Add mouse pointer shape constants.YAMAMOTO Mitsuharu2005-03-161-0/+49
|
* (move-beginning-of-line): Use vertical-motion.Kim F. Storm2005-03-151-11/+3
|
* *** empty log message ***Kim F. Storm2005-03-151-0/+4
|
* (Instrumenting Macro Calls): Fix typos.Lute Kamstra2005-03-152-5/+8
|
* (Info-isearch-initial-node): New internal variable.Juri Linkov2005-03-151-15/+34
| | | | | | | | | | | | | (Info-search): Signal an error in isearch mode when search leaves the initial node. Signal an error when `bound' is non-nil and nothing was found in the current subfile. (Info-isearch-search): Remove `condition-case'. (Info-isearch-wrap): Don't wrap when search failed during leaving the initial node. If `Info-isearch-search' is nil, wrap around the current node. (Info-isearch-start): New fun. (Info-mode): Add buffer-local hook `Info-isearch-start' to `isearch-mode-hook'.
* (isearch-error): New variable.Juri Linkov2005-03-151-52/+48
| | | | | | | | | | | | | | | | | | | | (isearch-invalid-regexp, isearch-within-brackets): Remove. (isearch-error-state): Renamed from `isearch-invalid-regexp-state'. (isearch-within-brackets-state): Remove. (isearch-case-fold-search-state, isearch-pop-fun-state): Decrease frame index. (isearch-mode, isearch-top-state, isearch-push-state) (isearch-edit-string, isearch-abort, isearch-search-and-update) (isearch-fallback, isearch-message-prefix, isearch-message-suffix) (isearch-search, isearch-lazy-highlight-new-loop): Replace `isearch-invalid-regexp' with `isearch-error'. Remove `isearch-within-brackets'. (isearch-search): Add `search-failed' handler to `condition-case'. (isearch-lazy-highlight-search): Add `condition-case' to catch errors and allow `isearch-lazy-highlight-update' to try highlighting from the beginning of the window. (isearch-repeat): Move up code to set isearch-wrapped to t before calling isearch-wrap-function.
* *** empty log message ***Juri Linkov2005-03-151-0/+33
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-03-152-0/+13
|
* (keycode_to_xkeysym_table): Change mapping so that it coincide withYAMAMOTO Mitsuharu2005-03-151-7/+11
| | | | | that in Apple X11 except `clear', `enter' on laptops, and fn + `enter' on laptops.
* (function-key-map): Sync with x-win.el.YAMAMOTO Mitsuharu2005-03-151-7/+16
|
* (normal-erase-is-backspace): Set default to t if running on Mac.YAMAMOTO Mitsuharu2005-03-151-0/+1
|
* (syms_of_coding): Docstring of coding-category-list fixed.Kenichi Handa2005-03-151-1/+4
|
* Fix previous change.Kenichi Handa2005-03-152-6/+10
|
* (thai-generate-quail-map): Fix the kesmanee layout.Kenichi Handa2005-03-151-8/+22
|
* (locale-language-names): Modify theKenichi Handa2005-03-152-84/+137
| | | | | | | format of elements and add more entries. (locale-preferred-coding-systems): Add more entries. (set-locale-environment): Adjusted for the change of locale-language-names.
* (smerge-ediff): Remove bogus autoload.Stefan Monnier2005-03-142-4/+5
|
* (debugger-make-xrefs): Docstring fix. Ignore a `*' at the beginningLute Kamstra2005-03-142-3/+7
| | | | of a line.
* (macro-declaration-function): Move to emacs-lisp/byte-run.el.Lute Kamstra2005-03-142-21/+7
|
* (macro-declaration-function): Move from subr.el.Lute Kamstra2005-03-141-7/+28
| | | | | (dont-compile, eval-when-compile, eval-and-compile): Use declare to specify indentation.
* (define-generic-mode): Let generic-mode-list be a list of strings;Lute Kamstra2005-03-142-3/+7
| | | | test membership with equal.
* (Commands of GUD): Move paragraph on settingNick Roberts2005-03-141-9/+8
| | | | breakpoints with mouse to the GDB Graphical Interface node.
* *** empty log message ***Nick Roberts2005-03-141-0/+5
|
* (cvs-string->strings): Strip trailing whitespace.Stefan Monnier2005-03-142-3/+7
|
* (next-line, previous-line): Add optional try-vscrollKim F. Storm2005-03-131-10/+15
| | | | | | arg to recognize interactive use. Pass it on to line-move. (line-move): Don't perform auto-window-vscroll when defining or executing keyboard macro to ensure consistent behaviour.
* *** empty log message ***Kim F. Storm2005-03-131-1/+8
|
* (debug): Set debug-on-exit before calling debugger-setup-buffer soLute Kamstra2005-03-132-15/+21
| | | | | | that backtrace marks the frames set to debug-on-exit and we don't have to do it manually. Set an extra debug-on-exit for macro's. (debugger-setup-buffer): Don't mark the top frame manually.
* *** empty log message ***Richard M. Stallman2005-03-131-0/+7
|
* *** empty log message ***Stefan Monnier2005-03-122-7/+24
|
* Add missing copyright and license notice.Stefan Monnier2005-03-122-0/+40
|
* (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.Stefan Monnier2005-03-121-24/+19
| | | | | (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR. (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
* (xic_defaut_fontset): New constant.Stefan Monnier2005-03-121-44/+95
| | | | | | | (xic_create_fontsetname): New function. Extracted from create_frame_xic. Try to generate a slightly better fontset. (xic_create_xfontset): Use it. (create_frame_xic): Simplify.
* Replace lisp-indent-hook with lisp-indent-function throughout.Lute Kamstra2005-03-122-6/+13
| | | | (with-no-warnings): Set lisp-indent-function property.
* (dcl-mode-syntax-table): Add entry for backslash.Thien-Thi Nguyen2005-03-122-2/+7
|
* (Info-search): Four fixes for backward search.Juri Linkov2005-03-121-3/+5
|
* *** empty log message ***Juri Linkov2005-03-121-0/+4
|
* (Fmake_symbolic_link): Fix last change.Stefan Monnier2005-03-122-16/+16
|
* *** empty log message ***Richard M. Stallman2005-03-112-0/+12
|
* (Frename_file, Fadd_name_to_file)Richard M. Stallman2005-03-111-3/+15
| | | | | (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory, expand the basename of FILE relative to it.
* (calc-embedded-language-alist): Remove.Jay Belanger2005-03-112-13/+8
| | | | | (calc-embedded-find-modes): Use calc-language-alist instead of calc-embedded-language-alist.
* (calc-language-alist): New variable.Jay Belanger2005-03-111-0/+14
|
* (calendar-redrawing): New internal variable.Glenn Morris2005-03-111-35/+38
| | | | | (redraw-calendar): Remove bogus save-excursion from previous change. Bind calendar-redrawing to t for mark-diary-entries.
* (mark-diary-entries): No need to redraw calendar if that is why weGlenn Morris2005-03-111-1/+4
| | | | were called.
* *** empty log message ***Glenn Morris2005-03-111-0/+9
|