aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (info-fontify-node): Use better help-echo text.Stefan Monnier2003-06-031-14/+21
|
* (Info-fontify-node): Use :align-to display prop.Stefan Monnier2003-06-031-27/+34
| | | | Use `invisible' rather than `display' prop to hide text.
* (Info-mode-hook): Obey obsolete `Info-fontify'.Stefan Monnier2003-06-031-48/+41
| | | | | | | | | | | | | | | | | | | (Info-find-in-tag-table-1): Remove unused vars. (Info-display-images-node): Remove unused var paragraph-markers. (Info-header-line): Remove. (Info-select-node): Don't set it. (Info-search): Remove unused var `current'. (Info-follow-reference): Remove unused var `beg'. (Info-extract-menu-node-name): Remove unused var `i'. (Info-complete-menu-item): Use `with-current-buffer'. (Info-index): Remove unused var `rnode'. (Info-mode): Set header-line-format to check text-properties directly. (Info-find-emacs-command-nodes): Remove unused var `found' and `exact'. (Info-fontify-node): Use `push'. (Info-speedbar-hierarchy-buttons): Use `dolist'. (Info-speedbar-goto-node, Info-speedbar-fetch-file-nodes): Check the return value of `string-match'. (Info-speedbar-fetch-file-nodes): Factor out common code.
* *** empty log message ***Stefan Monnier2003-06-032-14/+166
|
* * gtkutil.c (make_menu_item): Make sure we don't crash on a NULLJan Djärv2003-06-032-0/+11
| | | | menu item label.
* (init_buffer_once): Make kill-buffer-hook permanent-local.Stefan Monnier2003-06-031-0/+1
|
* (custom-get-fresh-buffer): Test for nonexistence buffer.Lute Kamstra2003-06-032-1/+6
|
* *** empty log message ***Richard M. Stallman2003-06-032-0/+35
|
* (Fwindow_edges): Doc fix.Richard M. Stallman2003-06-031-3/+76
| | | | | | (Fwindow_pixel_edges, Fwindow_inside_edges) (Fwindow_inside_pixel_edges): New functions. (syms_of_window): defsubr them.
* (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)Richard M. Stallman2003-06-031-5/+22
| | | | (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
* (eval-last-sexp-1): Add save-excursion.Richard M. Stallman2003-06-031-45/+46
|
* (windmove-reference-loc, windmove-frame-edges): Use window-inside-edges.Richard M. Stallman2003-06-031-16/+15
| | | | (windmove-do-window-select): Fix error messages.
* (after-find-file): Simplify msg if nonexistent directory.Richard M. Stallman2003-06-031-4/+3
| | | | (make-directory): Doc fix.
* (dabbrev--goto-start-of-abbrev): Use minibuffer-prompt-end.Richard M. Stallman2003-06-031-10/+9
|
* (comint-move-point-for-output): Renamed fromRichard M. Stallman2003-06-031-21/+36
| | | | | | | | | comint-scroll-to-bottom-on-output. Old name is alias. Doc fix. All uses changed. (comint-scroll-show-maximum-output): Doc fix. (comint-exec-1): Don't use directory-sep-char. (comint-dynamic-complete-as-filename): Likewise.
* (global-map): Delete C-M-delete and C-M-backspace.Richard M. Stallman2003-06-031-2/+4
|
* Delete mention of etc/ORDERS file. Say VMS and Apollo systems wereRichard M. Stallman2003-06-031-12/+8
| | | | supported only in past.
* (ps-mode): Use autoload cookie in the standard way.Markus Rost2003-06-032-2/+6
|
* (bibtex-member-of-regexp, bibtex-assoc-of-regexp, bibtex-format-entry)Stefan Monnier2003-06-021-13/+13
| | | | | (bibtex-find-entry, bibtex-autokey-demangle-name, bibtex-string-files-init) (bibtex-mode): Fix up regexp usage and use match-string.
* Long overdue merge.Stefan Monnier2003-06-021-2795/+2431
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't require `compile' since it seems unnecessary. For all internal variables and functions the docstring comments have been converted into proper docstrings (bibtex-maintainer-address, bibtex-maintainer-salutation) (bibtex-version): Remove support for bug reporting. (bibtex-field-delimiters, bibtex-entry-delimiters) (bibtex-sort-ignore-string-entries, bibtex-maintain-sorted-entries) Replace make-variable-buffer-local by make-local-variable for (bibtex-entry-format): New tag `required-fields'. (bibtex-maintain-sorted-entries): New var. (bibtex-sort-entry-class, bibtex-sort-entry-class-alist): New vars. (bibtex-predefined-month-strings, bibtex-predefined-strings): Make into alists with pairs (abbreviation expansion). (bibtex-autokey-titleword-change-strings) (bibtex-autokey-transcriptions): Make into alists. Add new replacement pairs. (bibtex-autokey-use-crossref): New var. Replace bibtex-autokey-year-use-crossref-entry because updated code for autokey generation handles crossrefs independently of particular fields. (bibtex-reference-key, bibtex-mode-syntax-table): Remove = because it can't be part of a string's key. (bibtex-complete-key-cleanup): New var. (bibtex-complete): Merge bibtex-complete-string and bibtex-complete-key into it (and bind to M-tab). (bibtex-valid-entry-re, bibtex-any-valid-entry-re) (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re) (bibtex-quoted-string-re): New vars. (bibtex-field-name-for-parsing): Don't make-variable-buffer-local. (zmacs-regions): Declare to quieten the byte-compiler. (bibtex-comment-start): Don't include the space. (bibtex-font-lock-syntactic-keywords): New var. (bibtex-font-lock-keywords): Remove the entry for @Comment. (bibtex-parse-field-string): Merge the functionality of bibtex-parse-field-string-braced, bibtex-parse-quoted-string and bibtex-parse-field-string-quoted. (bibtex-search-forward-field-string): Remove. (bibtex-parse-association): Use when. (bibtex-parse-field-name): Use when. (bibtex-parse-field-text): Use when and cond. (bibtex-parse-field): Use let. (bibtex-search-forward-field, bibtex-search-backward-field): Make bound optional, use let, setq, and cddr. (bibtex-start-of-field, bibtex-start-of-name-in-field) (bibtex-end-of-name-in-field): Use nth. (bibtex-name-in-field, bibtex-text-in-field-bounds) (bibtex-text-in-field, bibtex-type-in-head, bibtex-key-in-head) (bibtex-text-in-string): New functions. (bibtex-reference-key-in-string): New fun. Merge of bibtex-start-of-reference-key-in-string and bibtex-end-of-reference-key-in-string. (bibtex-parse-string-prefix): Use let and when. (bibtex-parse-string-postfix): Use when. (bibtex-search-forward-string, bibtex-search-backward-string): Use save-excursion and setq. (bibtex-member-of-regexp): Use let. (bibtex-assoc-of-regexp): Use caar und let. (bibtex-skip-to-valid-entry): Return buffer position. (bibtex-map-entries): Use save-excursion. (bibtex-progress-message): Simplify. (bibtex-search-entry): Use skip-chars-forward, when, save-match-data. (bibtex-move-outside-of-entry): Handle the case that point is before first entry. (bibtex-enclosing-field): Use save-excursion, when. (bibtex-format-field-delimiters): Merge into bibtex-format-entry. (bibtex-enclosing-entry-maybe-empty-head): Simplify. (bibtex-format-entry): Simplify. Handle new tag required-fields of bibtex-entry-format. (bibtex-autokey-abbrev): Accept negative values of len. (bibtex-autokey-get-field, bibtex-autokey-demangle-title): New funs. (bibtex-autokey-get-namefield, bibtex-autokey-get-namelist) (bibtex-autokey-get-yearfield-digits, bibtex-autokey-get-yearfield) (bibtex-autokey-get-titlestring): Remove. (bibtex-autokey-get-names): Simplify. (bibtex-autokey-get-titles): Rename to bibtex-autokey-get-title. (bibtex-autokey-demangle-name): Simplify, avoid error messages. (bibtex-generate-autokey): Simplify. (bibtex-parse-keys): Simplify, use push. (bibtex-parse-strings): New fun similar to bibtex-parse-keys. (bibtex-string-files-init): New fun. (bibtex-parse-buffers-stealthily): Use bibtex-parse-keys, bibtex-string-files-init and bibtex-parse-strings. (bibtex-complete): Rename to bibtex-complete-internal, use push, bibtex-reference-key-in-string, no sorting. (bibtex-complete-string-cleanup): New fun, displays expansion of completed strings. (bibtex-choose-completion-string): New fun. Required for choose-completion-string-functions. (bibtex-do-auto-fill): Remove. Set fill-prefix in bibtex-mode. (bibtex-pop): Simplify. (bibtex-mode): Move setting of bibtex-string to bibtex-parse-strings. Set choose-completion-string-functions. (bibtex-print-help-message,bibtex-make-field, bibtex-end-of-entry) (bibtex-count-entries): Simplify. (bibtex-entry-index, bibtex-lessp): New funs for generalized sorting scheme of indices, see bibtex-maintain-sorted-entries. (bibtex-sort-buffer): Use bibtex-lessp for sorting. (bibtex-find-crossref, bibtex-find-entry): New funs. (bibtex-find-entry-location): Rename to bibtex-prepare-new-entry, use bibtex-lessp, Simplify. (bibtex-validate): Simplify. Fixe bug of internal variable questionable-month. (bibtex-remove-OPT-or-ALT): Use when. (bibtex-remove-delimiters, bibtex-kill-field, bibtex-kill-entry) (bibtex-clean-entry, bibtex-fill-entry, bibtex-reformat): Simplify. (bibtex-convert-alien): Use deactivate-mark rather than the non-existent bibtex-mark-active variable. (bibtex-complete-string, bibtex-complete-key): Merge into new `smart' defun bibtex-complete. (bibtex-String): Update for new sorting scheme, distinguish empty and non-empty key strings.
* (sort-subr): Add `predicate' arg. Remove `sortcar' code.Stefan Monnier2003-06-021-37/+26
|
* (Fsit_for): Don't lie about the number of args.Stefan Monnier2003-06-021-1/+4
|
* Changes from yesterdayJason Rumney2003-06-021-0/+18
|
* Revert changes of 2003-03-03 and 2003-05-28.Juanma Barranquero2003-06-022-16/+15
|
* Include keyboard.h, charset.h, coding.h.Dave Love2003-06-022-2/+37
| | | | (xg_create_frame_widgets): Use ENCODE_UTF_8.
* (ENCODE_UTF_8): New.Dave Love2003-06-021-0/+3
| | | | (Qutf_8): Declare.
* (Qutf_8): New.Dave Love2003-06-021-0/+5
| | | | (syms_of_coding): Intern it.
* (Qutf_8): Moved to coding.cDave Love2003-06-021-2/+1
|
* (ENCODE_MENU_STRING): New.Dave Love2003-06-021-9/+28
| | | | | (list_of_panes, list_of_items, digest_single_submenu, xmenu_show): Use it.
* Use HAVE_FCNTL_H, not USG5.Dave Love2003-06-021-2/+5
| | | | (syms_of_callproc) <process-environment>: Doc fix.
* Use HAVE_FCNTL_H, not USG5.Dave Love2003-06-021-1/+1
|
* (font_rescale_ratio): Fix for K&R.Dave Love2003-06-021-1/+2
|
* Use HAVE_FCNTL_H, not _POSIX_VERSION.Dave Love2003-06-021-1/+1
|
* Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.Dave Love2003-06-021-3/+7
|
* [HAVE_FCNTL_H]: Include fcntl.h.Dave Love2003-06-021-0/+3
|
* Doc fixes.Dave Love2003-06-021-5/+14
|
* (lm-synopsis): Use relative filenames correctly. Show the synopsis toLute Kamstra2003-06-022-19/+20
| | | | | the user when appropriate. Do not kill buffers that were created outside `lm-synopsis'.
* (Fset_buffer_multibyte): Fix previous change.Kenichi Handa2003-06-021-1/+1
|
* *** empty log message ***Kenichi Handa2003-06-021-0/+4
|
* (Fset_buffer_multibyte): Correctly recover a narrowedKenichi Handa2003-06-012-1/+9
| | | | region when a buffer is changed to unibyte.
* Version 1.6Juanma Barranquero2003-06-012-382/+425
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Take into account changes made to the display margins, fringes and scroll-bar handling. (ruler-mode-margins-char): Removed. Not used anymore. (ruler-mode-pad-face, ruler-mode-fringes-face): New faces. (ruler-mode-margins-face): New definition. Moved. (ruler-mode-left-fringe-cols) (ruler-mode-right-fringe-cols) (ruler-mode-left-scroll-bar-cols) (ruler-mode-right-scroll-bar-cols): Reimplemented. Moved. (ruler-mode-full-window-width) (ruler-mode-window-col): New functions. (ruler-mode-mouse-set-left-margin) (ruler-mode-mouse-set-right-margin) (ruler-mode-mouse-add-tab-stop) (ruler-mode-mouse-del-tab-stop): Reimplemented. (ruler-mode-mouse-current-grab-object): Renamed to... (ruler-mode-dragged-symbol): New. (ruler-mode-mouse-grab-any-column): Use it. Cleaned up. (ruler-mode-mouse-drag-any-column): Likewise. (ruler-mode-mouse-drag-any-column-iteration): Simplified. (ruler-mode): Restore previous `header-line-format' if `ruler-mode-header-line-format-old' has a local binding in current buffer. (ruler-mode-left-margin-help-echo) (ruler-mode-right-margin-help-echo): Removed. (ruler-mode-margin-help-echo) (ruler-mode-fringe-help-echo): New constants. (ruler-mode-ruler): Use them. Reimplemented.
* (mouse-wheel-down-event, mouse-wheel-up-event):Jason Rumney2003-06-012-4/+15
| | | | Default to new wheel-up and wheel-down events on Windows.
* No need to bind wheel events specially.Jason Rumney2003-06-011-7/+1
|
* Make last change compile on MSVCJason Rumney2003-06-011-176/+176
|
* (Qmouse_wheel): Declare only if MAC_OSX defined.Jason Rumney2003-06-011-6/+201
| | | | | | | | | | (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise. (discard_mouse_events): Discard WHEEL_EVENT events too. (lispy_wheel_names, wheel_syms): New. (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined. (make_lispy_event): Added WHEEL_EVENT handler.
* (enum event_kind): Added new WHEEL_EVENT event.Jason Rumney2003-06-011-8/+21
| | | | Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
* (construct_mouse_wheel): Construct WHEEL_EVENT.Jason Rumney2003-06-011-69/+27
| | | | | (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs WHEEL_EVENT events.
* (custom-get-fresh-buffer): Be extra paranoid,Stefan Monnier2003-06-011-1/+10
| | | | just in case some used a file of the wrong name.
* (openp): Make sure STR is a string.Stefan Monnier2003-06-011-0/+2
|
* (sh-is-quoted-p): New fun.Stefan Monnier2003-06-011-35/+18
| | | | | | | | | | | (sh-font-lock-paren): Use it to allow \C in case patterns. (sh-get-indent-info): Check the \n before the line for string-status. (sh-feature): Remove unused var `function'. (sh-get-indent-info): Remove unused variables. (sh-prev-thing): Remove unused vars `going', `n', and `found'. (sh-set-indent): Remove unused var `new-val' and `val0'. (sh-learn-buffer-indent): Remove unused vars `last-pos' and `lines'. (sh-guess-basic-offset): Remove unused var `return' and `j'.