aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (eudc-display-records): Use with-output-to-temp-buffer;Richard M. Stallman2004-11-011-70/+72
| | | | | | don't select the temporary buffer. (eudc-get-email): New optional arg ERROR; don't use interactive-p. (eudc-get-phone): Likewise.
* (Interactive Call): Add called-interactively-p.Richard M. Stallman2004-11-011-1/+10
|
* (5x5-new-game): Set up the buffer even if not interactive.Richard M. Stallman2004-11-011-3/+2
|
* (fortune-to-signature): Don't use interactive-p.Richard M. Stallman2004-11-011-2/+2
| | | | (fortune-in-buffer): Doc fix.
* (ada-make-body-gnatstub): Don't use interactive-p.Richard M. Stallman2004-11-011-3/+3
|
* (cperl-switch-to-doc-buffer): Don't use interactive-p.Richard M. Stallman2004-11-011-3/+3
|
* (idlwave-shell-send-char): Don't use interactive-p.Richard M. Stallman2004-11-011-3/+3
|
* (idlwave-update-routine-info): Don't use interactive-p.Richard M. Stallman2004-11-011-3/+5
|
* (vhdl-fill-region, vhdl-beginning-of-statement): Don't use interactive-p.Richard M. Stallman2004-11-011-7/+7
|
* (bibtex-make-field): Don't use interactive-p.Richard M. Stallman2004-11-011-8/+9
| | | | (bibtex-find-text): Likewise.
* (allout group): Add :version.Richard M. Stallman2004-11-011-35/+28
| | | | | | | (allout-init): Don't use interactive-p. (allout-ascend-to-depth, allout-ascend, allout-end-of-level) (allout-forward-current-level, allout-backward-current-level): Don't use interactive-p.
* *** empty log message ***Kim F. Storm2004-10-312-1/+5
|
* (reveal-last-tick): New var.Stefan Monnier2004-10-311-32/+47
| | | | | (reveal-post-command): Use it to avoid closing overlays when we're appending text to them.
* Use `button's.Stefan Monnier2004-10-313-467/+777
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bibtex-autokey-transcriptions): Translate TeX `\ ' to space. (bibtex-reference-keys): Distinguish between header keys and crossref keys. (bibtex-beginning-of-field): New function. (bibtex-url-map): Remove. (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref. (bibtex-font-lock-url-regexp): Assume that field names begin at the beginning of a line. (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field. Remove field delimiters. Bugfix, point can be inside a field with a url. Use bibtex-beginning-of-field. (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button): New funs. (bibtex-mark-active, bibtex-run-with-idle-timer): Remove. (bibtex-key-in-head): Simplify. (bibtex-current-line): Use bolp. (bibtex-parse-keys): Remove unused arg `add'. Use bibtex-type-in-head and bibtex-key-in-head. (bibtex-parse-entry, bibtex-autofill-entry): Use bibtex-type-in-head and bibtex-key-in-head. (bibtex-autokey-get-field): Do not alter case of replacement text. (bibtex-autokey-get-names): Do all processing of name list. (bibtex-autokey-get-year): New function. (bibtex-autokey-get-title): Do all processing of title words. (bibtex-generate-autokey): Simplify. (bibtex-string-files-init): Use default-directory. Allow for absolute file names in bibtex-string-files. (bibtex-files, bibtex-file-path): New variables. (bibtex-files-expand): New function. (bibtex-find-entry-globally): New command. (bibtex-summary-function): New variable. (bibtex-summary): Default value of bibtex-summary-function. (bibtex-find-crossref): New optional args pnt and split. (bibtex-complete-key-cleanup): Call bibtex-summary-function. (bibtex-copy-summary-as-kill): New command bound to C-cC-t. (bibtex-validate): Fix docstring. Check only abbreviated month fields. Fix handling of required and alternative fields. Identify duplicate keys even if bibtex-maintain-sorted-entries is nil. Use cons and display-buffer. (bibtex-validate-globally): New command. (bibtex-clean-entry): Use bibtex-files-expand. Do not call bibtex-parse-keys and bibtex-parse-strings for updating bibtex-reference-keys and bibtex-strings. (bibtex-realign): Remove blank lines past the last entry. (bibtex-reformat): Use bibtex-entry-format as default. (bibtex-choose-completion-string): Remove. (bibtex-complete): Do not use bibtex-choose-completion-string. (bibtex-url): Simplify.
* * xmenu.c: Add prototypes for forward function declarations.Jan Djärv2004-10-312-15/+15
| | | | | | | (popup_get_selection): Remove parameter do_timers, remove call to timer_check. (create_and_show_popup_menu, create_and_show_dialog): Remove parameter do_timers from call to popup_get_selection.
* * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items toJan Djärv2004-10-312-9/+21
| | | | | | tool_bar_items and assign the result to f->tool_bar_items if not equal. Move BLOCK/UNBLOCK_INPUT from around call to tool_bar_items to assignment of result.
* * atimer.c (alarm_signal_handler): Do not call set_alarm ifJan Djärv2004-10-312-1/+7
| | | | pending_atmers is non-zero.
* * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)Jan Djärv2004-10-312-0/+11
| | | | | (x-dnd-types-alist, x-dnd-open-file-other-window) (x-dnd-known-types): Add :version.
* (group ibuffer): Add :version keyword.John Paul Wallington2004-10-312-0/+5
|
* (margin_glyphs_to_reserve): Don't use ncols_scale_factor.Kim F. Storm2004-10-311-1/+1
|
* *** empty log message ***Kim F. Storm2004-10-311-0/+4
|
* (group ido): Add :version keyword.Kim F. Storm2004-10-302-1/+9
| | | | (ido-mode): Remove :version keyword.
* (group cua): Add :version keyword.Kim F. Storm2004-10-301-1/+1
| | | | (cua-mode): Remove :version keyword.
* *** empty log message ***Luc Teirlinck2004-10-301-4/+3
|
* (help-at-pt-timer-delay, help-at-pt-display-when-idle): RemoveLuc Teirlinck2004-10-301-4/+2
| | | | erroneously added :version keywords.
* (auto-revert-tail-mode-text): Add :version keyword.Luc Teirlinck2004-10-302-1/+4
|
* (help-at-pt-timer): Move defvar up to avoid compiler warning.Luc Teirlinck2004-10-302-12/+24
| | | | | | (help-at-pt-timer-delay): Add :initialize and :version keywords. Simplify :set function. (help-at-pt-display-when-idle): Remove autoload. Add :version keyword.
* (custom-deps, autoloads): Fix *-hooks -> *-hook.Stefan Monnier2004-10-302-7/+11
|
* (function-called-at-point): read -> intern.Juri Linkov2004-10-302-1/+6
|
* (variable-at-point): read -> intern.Juri Linkov2004-10-301-1/+1
|
* (autoconf-font-lock-keywords): Recognize AS_* too.Simon Josefsson2004-10-292-2/+7
|
* Docstring fixes.Stefan Monnier2004-10-291-63/+65
|
* (Reading a Password): Revert.Simon Josefsson2004-10-292-61/+4
|
* subr.el (read-passwd): Move back from password.el.Simon Josefsson2004-10-293-184/+61
| | | | password.el: Remove, not ready yet.
* Typo fix.Andreas Schwab2004-10-291-1/+1
|
* (speedbar-frame-parameters): Improve customize type.Andreas Schwab2004-10-292-1/+7
|
* (mouse-show-mark): Replace the last occurrence ofSam Steingold2004-10-292-8/+12
| | | | x-lost-selection-hooks with x-lost-selection-functions.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-650Miles Bader2004-10-296-38/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * [email protected]/gnus--rel--5.10--patch-61 - [email protected]/gnus--rel--5.10--patch-63 Update from CVS 2004-10-29 Katsumi Yamaoka <[email protected]> * lisp/gnus/mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than iso-2022-jp even in the Japanese language environment. Suggested by Jason Rumney <[email protected]>. 2004-10-28 Katsumi Yamaoka <[email protected]> * lisp/gnus/gnus-sum.el (gnus-update-summary-mark-positions): Allow users to use the same characters as the dummy marks; make it free from getting affected by the language environment. (gnus-summary-read-group-1): Update mark positions only when the format spec is updated. * lisp/gnus/gnus-spec.el (gnus-update-format-specifications): Return a list of updated types. 2004-10-26 Katsumi Yamaoka <[email protected]> * lisp/gnus/nnspool.el (nnspool-spool-directory): Use news-path if the news-directory variable is not bound. * lisp/gnus/gnus-group.el (gnus-group-line-format-alist): Convert the value of gnus-tmp-news-method into string if it may be passed to gnus-correct-length which takes only a string argument.
* 2004-10-28 Will <[email protected]>John Wiegley2004-10-292-1/+44
| | | | | * macterm.c: allow user to assign key modifiers to the Mac Option key via a 'mac-option-modifier' variable.
* *** empty log message ***Stefan Monnier2004-10-284-8/+30
|
* (mouse-sel-mode): Adjust to new names for x-lost-selection-functions.Stefan Monnier2004-10-281-4/+5
|
* (mouse-show-mark): Adjust to new name and don't assumeStefan Monnier2004-10-281-2/+4
| | | | x-lost-selection-functions is bound.
* Adjust to new names for x-(lost|sent)-selection-functions.Stefan Monnier2004-10-281-8/+8
|
* (x-lost-selection-hooks, x-sent-selection-hooks): New obsolete aliasesStefan Monnier2004-10-281-0/+4
| | | | of x-lost-selection-functions and x-sent-selection-functions.
* (Vx_lost_selection_functions, Vx_sent_selection_functions):Stefan Monnier2004-10-281-10/+10
| | | | | | Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks. (x_handle_selection_request, x_handle_selection_clear) (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
* Fix copyright.Kim F. Storm2004-10-281-1/+2
|
* (imenu-scanning-message): Remove.Kim F. Storm2004-10-281-21/+28
| | | | (imenu-progress-message): Make it a no-op.
* *** empty log message ***Kim F. Storm2004-10-281-0/+5
|
* (set-auto-mode): Call `throw' correctly.John Paul Wallington2004-10-282-1/+5
|
* (Info-file-list-for-emacs): Add ("Info" . "info")Juri Linkov2004-10-282-10/+38
| | | | | | | | | | | to search `Info-...' commands in `info' manual. (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node): Add 'info-file "emacs" property. (Info-find-emacs-command-nodes): Fix index line number regexp. Set real line number (instead of fake 0) in first element of the returned list. (Info-goto-emacs-command-node): Use line number of first element to set point in the first found Info node.