aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (fringe_faces): Change to Lisp_Object pointer.Kim F. Storm2005-01-061-11/+28
| | | | | | | | | | (draw_fringe_bitmap_1): Lookup user defined fringe faces here. (destroy_fringe_bitmap): Set fringe_faces element to nil. (Fdefine_fringe_bitmap, init_fringe): Change allocation of fringe_faces array and init elements to nil. (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of non-persistent face id. (mark_fringe_data): New function for GC.
* (mark_fringe_data): Declare extern.Kim F. Storm2005-01-061-0/+10
| | | | | | | (Fgarbage_collect): Call mark_fringe_data. (overrun_check_free): Invalidate freed memory if XMALLOC_CLEAR_FREE_MEMORY is defined.
* *** empty log message ***Kim F. Storm2005-01-062-0/+24
|
* (Man-xref-man-page, Man-xref-header-file)Kim F. Storm2005-01-061-1/+4
| | | | (Man-xref-normal-file): Add follow-link property.
* (completion-list-mode-map): Map follow-link to mouse-face.Kim F. Storm2005-01-061-1/+2
|
* Update copyright. Update commentary to mention rx syntax support.John Paul Wallington2005-01-061-4/+4
|
* *** empty log message ***Jay Belanger2005-01-061-0/+5
|
* Make sure the proper macro definitions are available when compiling.Jay Belanger2005-01-061-0/+2
|
* (Fformat_mode_line): First arg now required.Richard M. Stallman2005-01-061-17/+6
|
* (Special Properties): Minor change.Richard M. Stallman2005-01-062-1/+9
|
* (Timers): Clarify previous change.Richard M. Stallman2005-01-061-1/+2
|
* (Emulating Mode Line): format-mode-line requires 1 arg.Richard M. Stallman2005-01-061-11/+9
|
* *** empty log message ***Juri Linkov2005-01-061-0/+5
|
* (isearch-lazy-highlight-update): RenameJuri Linkov2005-01-061-1/+1
| | | | `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-12Miles Bader2005-01-062-3/+8
| | | | | | | | | Remove "-face" suffix from lazy-highlight face name 2005-01-06 Miles Bader <[email protected]> * lisp/isearch.el (lazy-highlight): Renamed from `lazy-highlight-face'. (isearch-lazy-highlight-face): Use new name.
* (custom-set-variables, custom-theme-set-variables): Clarify documentation.Richard M. Stallman2005-01-061-20/+22
|
* * macfns.c: Include sys/param.h.Steven Tamm2005-01-063-35/+106
| | | | | | | | | | | | | | | | | | | | | | | | [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration and function. [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size of filename string. Set event callback function when creating dialog boxes. Add code conversions for filenames. Don't dispose apple event descriptor record if failed to create it. * macterm.c: Include sys/param.h. [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for kEventWindowUpdate. (install_window_handler) [USE_CARBON_EVENTS]: Register it. (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead of FSSpec from apple event descriptor record. (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for size of filename string. [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise. [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a file dialog is in action. [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise. Reject only when there are no filename items. Set background color before (un)highlighting the window below the dragged items. (XTread_socket) [!USE_CARBON_EVENTS]: Don't call do_window_update.
* *** empty log message ***Kenichi Handa2005-01-061-0/+4
|
* (encode_terminal_code): Fix buffer size computation.Kenichi Handa2005-01-061-2/+2
|
* (uniquify-rationalize-file-buffer-names): Fix corner case when renamingStefan Monnier2005-01-052-2/+6
| | | | to the same name.
* (uniquify-rationalize-file-buffer-names): Re-add an interactive spec.Stefan Monnier2005-01-052-3/+12
|
* (isearch-dehighlight): Remove unused arg `totally'.Stefan Monnier2005-01-052-5/+10
| | | | (isearch-update, isearch-done): Adjust calls accordingly.
* (find-variable, find-variable-other-window, find-variable-other-frame):Richard M. Stallman2005-01-052-8/+16
| | | | | | Fix the TYPE args to find-function-read and find-function-do-it. (find-function): Doc fix. (find-function-at-point): Replace function-at-point alias.
* *** empty log message ***Jay Belanger2005-01-051-0/+5
|
* (Programming Tutorial): Replace kbd command by appropriate charactersJay Belanger2005-01-051-1/+1
| | | | for a keyboard macro.
* Fix line-height and line-spacing docs.Kim F. Storm2005-01-051-8/+12
|
* Fix typo in doc string of reftex-citation.Stephen Eglen2005-01-051-1/+1
|
* *** empty log message ***Stephen Eglen2005-01-051-1/+1
|
* Minor typos corrected, and some small re-wording.Stephen Eglen2005-01-051-25/+25
|
* (custom-declare-face): Record defface in current-load-list.Richard M. Stallman2005-01-052-0/+17
|
* (variable-at-point): New arg ANY-SYMBOL.Richard M. Stallman2005-01-051-4/+5
|
* Doc fixes.Richard M. Stallman2005-01-051-55/+108
| | | | | | | | | | (find-face-regexp): New variable. (find-function-regexp-alist): New variable. (find-function-C-source): Third arg is now TYPE. (find-function-search-for-symbol): Handle general TYPE. (find-function-read, find-function-do-it): Handle general TYPE. (find-definition-noselect, find-face): New functions. (function-at-point): Alias deleted.
* *** empty log message ***Richard M. Stallman2005-01-052-0/+8
|
* (Fformat_mode_line): Doc fix.Richard M. Stallman2005-01-051-1/+1
|
* (customize): Make :link point to user doc.Richard M. Stallman2005-01-041-1/+1
|
* (display-battery-mode): Rename from display-battery.Stefan Monnier2005-01-043-11/+20
| | | | Handle the case where it gets turned off.
* (Man-fontify-manpage): Turn off undo generation.Richard M. Stallman2005-01-041-40/+42
|
* (Programming Tutorial): Mention that the user needs to be in theJay Belanger2005-01-042-2/+5
| | | | right mode to compute some functions.
* (refill_memory_reserve): Move.Stefan Monnier2005-01-042-17/+27
| | | | | (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc) (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
* (Basic Tutorial, Programming Tutorial): Removed caveats for Lucid Emacs.Jay Belanger2005-01-042-6/+7
|
* *** empty log message ***Richard M. Stallman2005-01-042-10/+11
|
* (change-log-font-lock-keywords): Don't match just "From".Richard M. Stallman2005-01-041-1/+3
|
* (Saving Customizations): Minor improvement.Richard M. Stallman2005-01-042-3/+8
|
* *** empty log message ***Andreas Schwab2005-01-041-0/+6
|
* (insert-directory): Only look for error lines inAndreas Schwab2005-01-041-5/+3
| | | | | inserted text. Don't move too far after processing --dired markers.
* (sendmail-pre-abbrev-expand-hook):Richard M. Stallman2005-01-042-6/+24
| | | | | Don't expand if the character is @, period, dash, etc. (define-mail-abbrev): Quote names that contain problem characters.
* *** empty log message ***Jay Belanger2005-01-041-0/+5
|
* (Rewrite rules): Remove an exercise (on 0^0) which is no longer applicable.Jay Belanger2005-01-041-54/+9
|
* Update `Maintainer-Version' header comment; nfc.Thien-Thi Nguyen2005-01-041-1/+1
|
* No longer require `cl'; `dolist' is standard.Thien-Thi Nguyen2005-01-042-1/+4
|