summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-10590-590/+590
|
* (assoc-ignore-case, assoc-ignore-representation):Juanma Barranquero2008-04-102-2/+5
| | | | Add WHEN to obsolescence declaration.
* (AUTOGENEL): Add calc-loaddefs.el.Juanma Barranquero2008-04-102-1/+6
|
* (menu-bar-options-menu) <truncate-lines>:Glenn Morris2008-04-102-2/+11
| | | | | Respect truncate-partial-width-windows in non-full windows, with regards to :toggle and :enable state.
* (toggle-truncate-lines): Doc fix.Glenn Morris2008-04-102-1/+4
|
* (vc-hg-dir-status): Remove unneeded call.Dan Nicolaescu2008-04-102-3/+3
|
* * vc-hooks.el (vc-state): Add new state `conflict'.Dan Nicolaescu2008-04-105-47/+106
| | | | | | | | | | | | | | | | | | | | | (vc-after-save): Use when not if. (vc-default-mode-line-string): Deal with the conflict state. (vc-prefix-map): (vc-menu-map): Bind vc-status instead of vc-directory. * vc.el (vc-editable-p): (vc-default-status-printer): (vc-next-action): Deal with the conflict state. (vc-mark-resolved): New function. (vc-status-mode): Fix mode name. (vc-default-comment-history): Use when not if. (Todo): Add new entries, remove old ones. * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state. (vc-cvs-parse-status): (vc-cvs-after-dir-status): * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status): Detect the conflict state.
* (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.Glenn Morris2008-04-102-2/+3
|
* (diary-hook, diary-display-hook): Move here from calendar.el.Glenn Morris2008-04-102-0/+60
| | | | (diary-hook): Doc fix.
* (diary-display-hook): Declare for compiler.Glenn Morris2008-04-101-0/+3
|
* Require diary-lib rather than calendar.Glenn Morris2008-04-101-2/+3
| | | | (appt): Add :prefix.
* (calendar, diary): Add :prefix.Glenn Morris2008-04-101-42/+9
| | | | | | | | (holidays): Change :prefix. (calendar-today, holiday, calendar-holiday-marker, european-calendar-style): Change custom groups. (diary-hook, diary-display-hook): Move to diary-lib.el.
* (MH_E_DIR): New variable.Glenn Morris2008-04-101-11/+45
| | | | | | | | (MH_E_SRC): Restore variable removed 2008-03-13. (mh-loaddefs.el): Depend on $MH_E_SRC. (CAL_DIR, CAL_SRC): New variables. (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el): Depend on CAL_SRC.
* * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):Stefan Monnier2008-04-102-0/+57
| | | | | | | New functions. * fileio.c (read_file_name_cleanup, Fread_file_name_internal): Move functions to minibuffer.el. (syms_of_fileio): Don't declare them.
* (minibuffer--do-completion): Don't forget to propagateStefan Monnier2008-04-102-1/+6
| | | | the arg to recursive calls.
* *** empty log message ***Juanma Barranquero2008-04-091-0/+4
|
* (completion-auto-help): Fix typo.Juanma Barranquero2008-04-091-3/+3
|
* (vc-cvs-diff-tree): Remove unused function.Stefan Monnier2008-04-092-25/+4
|
* (vc-default-mode-line-string): Use ? for missing.Stefan Monnier2008-04-092-5/+5
|
* * net/tramp.el (tramp-find-file-name-coding-system-alist): NewMichael Albinus2008-04-092-12/+47
| | | | | | defun. (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
* * minibuffer.el (minibuffer): Move group from cus-edit.el.Stefan Monnier2008-04-094-119/+152
| | | | | | | | | | | | | | | | | | | | | | (completion-auto-help): Move from C code. (minibuffer--maybe-completion-help): Remove. (minibuffer--bitset): New function. (minibuffer--do-completion): Rename from minibuffer-do-completion. Renumber a bit. Really complete on string *before* point. Add argument used for word-completion. Join trailing / in completion with following text, as done in minibuffer-complete-word. Handle new value `lazy' for completion-auto-help. (minibuffer-try-word-completion): New function extracted from minibuffer-complete-word. (minibuffer-complete-word): Use minibuffer--do-completion. (minibuffer--insert-strings): Rename from minibuffer-complete-insert-strings. (exit-minibuffer): Fix typo. * cus-edit.el (minibuffer): Move group to minibuffer.el. * cus-start.el: Remove completion-auto-help. * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el. (syms_of_minibuf): Remove its initialization.
* (vc-status-add-entries): New function.Alexandre Julliard2008-04-092-41/+49
| | | | | | (vc-status-add-entry): Removed. (vc-update-vc-status-buffer, vc-status-mark-buffer-changed): Use vc-status-add-entries.
* (ewoc-collect): Return results in the correct order.Alexandre Julliard2008-04-091-1/+1
|
* Regenerate.Glenn Morris2008-04-091-862/+748
|
* (LOADDEFS): Add mh-loaddefs.el.Jason Rumney2008-04-092-45/+24
| | | | | | | ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule. (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove. (AUTOGENEL): New variable. (distclean, maintainer-clean): New targets.
* (regexp-opt): Reduce max-lisp-eval-depth and max-specpdl-size toChong Yidong2008-04-091-2/+2
| | | | 10000.
* * emacs-lisp/regexp-opt.el (regexp-opt): ReduceChong Yidong2008-04-091-0/+5
| | | | max-lisp-eval-depth and max-specpdl-size to 10000.
* *** empty log message ***Jason Rumney2008-04-091-0/+5
|
* 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>Jason Rumney2008-04-091-0/+17
| | | | | * nxml/nxml-mode.el (nxml-cleanup): New function. (nxml-mode): Add it to change-major-mode-hook.
* (x-gtk-stock-map): Map info to gtk-info.Jan Djärv2008-04-092-0/+5
|
* (vc-status-tool-bar-map): Add vc-print-log to tool bar.Jan Djärv2008-04-092-0/+4
|
* New file.Juanma Barranquero2008-04-092-2/+8
|
* (tooltip-mode): Set tooltip-show-help-non-mode asJan Djärv2008-04-092-2/+25
| | | | | | show-help-function when turning tooltip off. (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area. (tooltip-trunc-str, tooltip-show-help-non-mode): New.
* (font-lock-extend-after-change-region-function): Make it buffer local.Alan Mackenzie2008-04-091-0/+1
|
* *** empty log message ***Alan Mackenzie2008-04-091-0/+5
|
* (diary-file, european-calendar-style): Remove autoload cookies.Glenn Morris2008-04-092-3/+5
|
* Fix typo.Glenn Morris2008-04-091-1/+1
|
* * outline.el (outline-mode-menu-bar-map):Dan Nicolaescu2008-04-094-34/+54
| | | | | * log-view.el (log-view-mode-menu): * log-edit.el (log-edit-menu): Add :help.
* (regexp-opt-group): Use substring-no-properties for correct handlingChong Yidong2008-04-091-1/+1
| | | | of unibyte strings.
* * emacs-lisp/regexp-opt.el (regexp-opt-group): UseChong Yidong2008-04-091-0/+6
| | | | substring-no-properties for correct handling of unibyte strings.
* (change-log-next-buffer): Handle the case where version< signals an error.Stefan Monnier2008-04-092-2/+8
|
* * mouse.el (mouse-menu-major-mode-map): New fun extracted fromStefan Monnier2008-04-093-31/+62
| | | | | | | | | | | mouse-major-mode-menu. (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar. (mouse-major-mode-menu, mouse-popup-menubar) (mouse-popup-menubar-stuff): Use them. (C-down-mouse-3): Bind to a dynamic map rather than to mouse-popup-menubar-stuff. * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
* Preload minibuffer.el.Stefan Monnier2008-04-092-5/+7
|
* (vc-svn-modify-change-comment): Add support for theDan Nicolaescu2008-04-092-20/+40
| | | | file:// access method.
* * lisp/minibuffer.el: New file.Stefan Monnier2008-04-092-2/+442
| | | | | | | | | | | * src/minibuf.c (last_exact_completion): Remove variable. (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete) (complete_and_exit_1, complete_and_exit_2) (Fminibuffer_complete_and_exit, Fminibuffer_complete_word) (Fdisplay_completion_list, display_completion_list_1) (Fminibuffer_completion_help, Fself_insert_and_exit) (Fexit_minibuffer, Fminibuffer_message): Move functions to minibuffer.el. (syms_of_minibuf): Remove corresponding initializations.
* ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.elStefan Monnier2008-04-082-1/+4
| | | | rather than subdirs.el. It introduces an ugly circular dependency, tho.
* * calc/calc.el: Load "cal-loaddefs" rather than set up autoloads manually.Stefan Monnier2008-04-086-232/+292
| | | | | | | | | (calc-mode-map, calc-digit-map, calc-dispatch-map): Move initialization into declaration. * calc/calc-yank.el: * calc/calc-misc.el: * calc/calc-embed.el: * calc/calc-aent.el: Add autoload cookies and set generated-autoload-file.
* * net/zeroconf.el: New file.Michael Albinus2008-04-082-0/+682
|
* * ps-samp.el (ps-add-printer, ps-remove-printer)Michael Albinus2008-04-081-0/+71
| | | | (ps-make-dynamic-printer-menu): New functions.
* *** empty log message ***Juanma Barranquero2008-04-081-1/+1
|