summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (imenu-example--name-and-position, imenu-example--lisp-extract-index-name)Stefan Monnier2009-08-192-1/+9
| | | | | (imenu-example--create-lisp-index, imenu-example--create-c-index): Mark as obsolete.
* (inferior-prolog-error-regexp-alist): New var.Stefan Monnier2009-08-192-0/+19
| | | | | (inferior-prolog-mode): Use it. (inferior-prolog-load-file): Reset list of errors.
* ("Tibetan"): Fix sample-text entry.Kenichi Handa2009-08-192-1/+7
|
* ("TaiViet"): Fix sample-text entry.Kenichi Handa2009-08-191-2/+1
|
* * net/dbus.el (top): Apply `dbus-init-bus' for the :session busMichael Albinus2009-08-192-9/+13
| | | | only if it is running already.
* * subr.el (listify-key-sequence-1): Use normal syntax since thoseStefan Monnier2009-08-192-14/+71
| | | | | | | | | | | | | | | integers are nowadays always represented by the same (positive) number on all platforms. (read-key-empty-map): New const. (read-key-delay): New var. (read-key): New function. (force-mode-line-update): Use with-current-buffer. (locate-user-emacs-file): Don't forget to abbreviate the file name. (start-process-shell-command, start-file-process-shell-command): Discourage the use of command-args. * processes.texi (Asynchronous Processes): Adjust arglist of start-process-shell-command and start-file-process-shell-command.
* (authors-fixed-entries): Remove cvtmail.Glenn Morris2009-08-192-1/+4
|
* (choose-completion-string): Don't rely on minibuffer-completing-file-nameStefan Monnier2009-08-192-14/+24
| | | | and ad-hoc checks to decide whether to continue completion or not.
* (minibuffer-hide-completions): New function.Stefan Monnier2009-08-192-9/+49
| | | | | | | | | (completion--do-completion): Use it. (completions-annotations): New face. (completion--insert-strings): Use it. (completion-pcm--delim-wild-regex): Add docstring. (completion-pcm--string->pattern): Add support for 0-width delimiters in completion-pcm--delim-wild-regex.
* (ucs-normalize-hfs-nfd-post-read-conversion):Stefan Monnier2009-08-182-3/+5
| | | | Remove unused var `buffer-modified-p'.
* (completion--do-completion): Move point for the #b001 case as well (bug#4176).Stefan Monnier2009-08-182-12/+17
| | | | (minibuffer-complete, minibuffer-complete-word): Don't move point.
* * net/dbus.el (dbus-init-bus): Declare. Apply it for the :systemMichael Albinus2009-08-182-0/+15
| | | | and :session buses.
* Fix ucs-normalize attribution.Glenn Morris2009-08-181-1/+1
|
* Add js.el author.Glenn Morris2009-08-181-0/+1
|
* (ucs-normalize-version): Changed to 1.1.Kenichi Handa2009-08-182-7/+19
| | | | | (ucs-normalize-hfs-nfd-pre-write-conversion): New function. (utf-8-hfs): Make it perform normalization on encoding too.
* Change to utf-8. Adjust coding cookie.Kenichi Handa2009-08-182-2/+8
| | | | (texinfo-mode): Delete duplicated chars from sentence-end-base.
* Change to utf-8. Adjust coding cookie.Kenichi Handa2009-08-181-2/+2
| | | | (html-mode): Delete duplicated chars from sentence-end-base.
* Change to utf-8. Adjust coding cookie.Kenichi Handa2009-08-182-3/+9
| | | | | (sentence-end-without-space): Delete duplicated chars. (sentence-end-base): Likewise.
* * files.el (hack-one-local-variable): If the mode function is forChong Yidong2009-08-172-1/+11
| | | | a minor mode, pass it an argument (Bug#4148).
* * net/tramp.el (tramp-register-completion-file-name-handler):Michael Albinus2009-08-172-7/+16
| | | | Check also for (member 'partial-completion completion-styles).
* * progmodes/cperl-mode.el (cperl-electric-paren): Don't expandChong Yidong2009-08-162-2/+8
| | | | abbrev (Bug#3943).
* * progmodes/cperl-mode.el: Merge upstream 6.2.Chong Yidong2009-08-162-82/+172
| | | | | | | | | | | | | | | | | (cperl-mode-syntax-table): Modify syntax entry for ["'`]. (cperl-forward-re): Check cperl-brace-recursing. (cperl-highlight-charclass): New function. (cperl-find-pods-heres): Use it. (cperl-fill-paragraph): Synch to save-excursion placement used upstream. (cperl-beautify-regexp-piece): Fix column calculation. (cperl-make-regexp-x): Handle case where point is between "q" and "rs". (cperl-beautify-level): Don't process entire regexp. (cperl-build-manpage, cperl-perldoc): Bind Man-switches before calling man. (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix. (cperl-init-faces): Build a list in the normal way.
* * calendar/parse-time.el (parse-time-string-chars): Save match data.Chong Yidong2009-08-162-7/+13
|
* (sql-product-alist): Add :name tag to entries.Stefan Monnier2009-08-162-152/+74
| | | | | | | | | | | | | | | | | (sql-product): Use it. (sql-mode-menu): Auto-generate the menu based on sql-product-alist. (sql-set-product): Add completion. (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords) (sql-highlight-linter-keywords, sql-highlight-ms-keywords) (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords) (sql-highlight-informix-keywords, sql-highlight-interbase-keywords) (sql-highlight-ingres-keywords, sql-highlight-solid-keywords) (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords) (sql-highlight-db2-keywords): Remove. (sql-find-sqli-buffer, sql-set-sqli-buffer-generally) (sql-highlight-product): Use derived-mode-p. (sql-set-sqli-buffer): Use with-current-buffer. (sql-connect-informix, sql-connect-ingres, sql-connect-oracle): Simplify.
* (lisp-indent-region): Remove unused function.Stefan Monnier2009-08-162-10/+2
|
* Fix commenting convention, turn comments into docstrings.Stefan Monnier2009-08-162-700/+705
|
* * whitespace.el (whitespace-style): Doc fix (Bug#3661).Chong Yidong2009-08-162-4/+8
|
* Credit Jan Seeger for last change.Chong Yidong2009-08-161-2/+4
|
* * calendar/parse-time.el (parse-time-string-chars): Compute usingChong Yidong2009-08-162-15/+10
| | | | character classes (Bug#3190).
* * progmodes/sh-script.el (sh-maybe-here-document): Avoid insertingChong Yidong2009-08-162-1/+4
| | | | another heredoc if the user adds another < (Bug#3226).
* * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): Don'tChong Yidong2009-08-162-11/+8
| | | | initialize based on window-system (Bug#4124).
* * facemenu.el (facemenu-read-color): Use a completion functionChong Yidong2009-08-162-5/+14
| | | | that accepts any defined color, such as RGB triplets (Bug#3677).
* * files.el (get-free-disk-space): Change fallback defaultChong Yidong2009-08-162-7/+15
| | | | | directory to /. Expand DIR argument before switching to fallback. Suggested by Kevin Ryde (Bug#2631, Bug#3911).
* * files.el (load-library): Doc fix.Chong Yidong2009-08-152-9/+15
|
* 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2009-08-156-11/+77
| | | | | | | | | | | | | | | | * viper-cmd.el (viper-insert-isearch-string): new function. (viper-if-string): redefine C-s in the minibuffer to insert the last incremental search string. * ediff-init.el (ediff-coding-system): use escape-quoted in case of XEmacs. * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip, ediff-merge-region-is-non-clash, ediff-skip-merge-region-if-changed-from-default-p): use defun. Also check if the job is really a merge job. * ediff.el (ediff-current-file): new function.
* Add arch taglineMiles Bader2009-08-151-0/+1
|
* * progmodes/js.el: Edit docstrings throughout to follow EmacsChong Yidong2009-08-152-341/+295
| | | | | | | | | conventions. (js-insert-and-indent): Function deleted. (js-mode-map): Don't bind keys to js-insert-and-indent. (js-beginning-of-defun): Rename from js--beginning-of-defun. (js-end-of-defun): Rename from js--end-of-defun. (js-auto-indent-flag): Variable deleted.
* * files.el (auto-mode-alist): Use js-mode for .js files.Chong Yidong2009-08-142-1/+3
|
* * progmodes/js2-mode.el: File removed.Chong Yidong2009-08-146-11362/+3410
| | | | | | | | | | | * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el. * speedbar.el (speedbar-supported-extension-expressions): Add .js. * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry. * progmodes/js.el: New file.
* add ability to understand ISO8601 basic format as well as the extended one.Mark A. Hershberger2009-08-142-77/+90
|
* Add a `coding' file variable.Eli Zaretskii2009-08-142-0/+6
|
* (ELCFILES): Add international/ucs-normalize.elc.Eli Zaretskii2009-08-142-0/+5
|
* Add arch taglineMiles Bader2009-08-142-0/+3
|
* typoSam Steingold2009-08-141-1/+1
|
* (vc-cvs-merge-news): Yet annother fix of message parsing.Sam Steingold2009-08-142-1/+6
|
* * faces.el (help-argument-name): Define it here instead ofChong Yidong2009-08-133-4/+11
| | | | | | | help-fns.el, because in daemon mode help-fns.el may be loaded when faces are still uninitialized (Bug#1078). * help-fns.el (help-argument-name): Move defface to faces.el.
* (gdb-inferior-io-mode): Use start-process toNick Roberts2009-08-131-5/+5
| | | | | create buffer with a pty but no process so that GDB can make the inferior the controlling process.
* *** empty log message ***Nick Roberts2009-08-131-0/+6
|
* New file.Kenichi Handa2009-08-132-0/+613
|
* * mail/rmail.el (rmail-set-message-counters):Richard M. Stallman2009-08-132-21/+35
| | | | | | | | | | Call rmail-set-message-counters-counter just once. It returns # msgs after point. (rmail-set-message-counters-counter): Arg is now SPOT-TO-FIND. Return # messages after that one. * mail/rmail.el (rmail-forget-messages): Ignore nil elt in rmail-message-vector. Use dotimes.