- 29 May, 2011 3 commits
-
-
Paul Eggert authored
(x_clipboard_manager_save_all): Move extern decl to ... * xterm.h: ... here, so that it can be checked for consistency.
-
Leo Liu authored
or url-cookie-p won't be defined. See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8747 for details.
-
Chong Yidong authored
* lisp/select.el: Don't perform clipboard-manager saving in hooks; leave the hooks empty. * src/emacs.c (Fkill_emacs): Call x_clipboard_manager_save_all. * src/frame.c (delete_frame): Call x_clipboard_manager_save_frame. * src/xselect.c (x_clipboard_manager_save_frame) (x_clipboard_manager_save_all): New functions. (Fx_clipboard_manager_save): Lisp function deleted. * src/xterm.h: Update prototype.
-
- 28 May, 2011 25 commits
-
-
Chong Yidong authored
* lisp/bindings.el (help-echo): Make the initial non-indicator dash empty on graphical terminals.
-
Chong Yidong authored
-
Chong Yidong authored
-
Leo Liu authored
* lisp/replace.el (occur-menu-map, occur-edit-mode-map): New vars. (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map. (occur-edit-mode): New major mode (Bug#8463). (occur-after-change-function): New function. (occur-engine): Give Occur tags a read-only property.
-
Alp Aker authored
* lisp/buff-menu.el (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column.
-
Chong Yidong authored
-
Kevin Ryde authored
-
Chong Yidong authored
* lisp/files.el (auto-mode-alist): Move config rule after the in-stripping one.
-
Alp Aker authored
* lisp/buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort): Use Buffer-menu-buffer-column.
-
Chong Yidong authored
* doc/lispref/tips.texi (Coding Conventions): Remove antediluvian filename limit recommendation.
-
Chong Yidong authored
-
Dima Kogan authored
* progmodes/hideshow.el (hs-looking-at-block-start-p): New fun. (hs-hide-block-at-point, hs-find-block-beginning) (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it.
-
Chong Yidong authored
* custom.texi (Hooks): Reorganize. Mention Prog mode. * fixit.texi (Spelling): Mention using prog-mode-hook for flypsell prog mode (Bug#8240).
-
Glenn Morris authored
-
Glenn Morris authored
-
Chong Yidong authored
* lisp/help-fns.el (describe-function-1): If the function is a derived major mode, print the parent mode.
-
Chong Yidong authored
* lisp/progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode) (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
-
William Xu authored
-
Eli Zaretskii authored
-
Jim Meyering authored
* fns.c (to_uchar): Define. (crypto_hash_function): Use it to convert some newly-signed variables to unsigned, to avoid sign-extension bugs. For example, without this change, (md5 "truc") would evaluate to 45723a2aff78ff4fff7fff1114760e62 rather than the expected 45723a2af3788c4ff17f8d1114760e62. Reported by Antoine Levitt in http://thread.gmane.org/gmane.emacs.devel/139824
-
Eli Zaretskii authored
msdos/sed1v2.inp: Edit "make-docfile -d FOO" commands to chdir back to src/. Make editing of RUN_TEMACS commands less sensitive to leading whitespace. msdos/sedlibmk.inp (gl_LIBOBJS): Add sha1.o.
-
Stefan Monnier authored
retuning non-nil for non-exclusive completion data. * lisp/progmodes/etags.el (tags-completion-at-point-function): * lisp/info-look.el (info-lookup-completions-at-point): Mark as non-exclusive. (info-complete): Adjust accordingly. * lisp/erc/erc-pcomplete.el (erc-pcompletions-at-point): Mark the completion data as non-exclusive if it's using the default-completion-function. (pcomplete-erc-parse-arguments): Rename pcomplete-parse-erc-arguments. (pcomplete-erc-setup): Use new name.
-
Stefan Monnier authored
(info-lookup-completions-at-point): New function. (info-complete): Use it and completion-in-region.
-
Drew Adams authored
(isearch-fail-pos): New function. (isearch-edit-string): Use it.
-
Dmitry Kurochkin authored
Fixes: debbugs:8721
-
- 27 May, 2011 12 commits
-
-
Toby Cubitt authored
traversal functions for avl-trees. Consolidate rebalancing code.
-
Toby Cubitt authored
traversal functions for avl-trees. (avl-tree--stack): New struct. (avl-tree-stack-p, avl-tree--stack-repopulate): New funs. (avl-tree-enter): Add optional `updatefun' arg. (avl-tree--do-enter): Add optional `updatefun' arg. Change return value. (avl-tree-delete): Add optional `test' and `nilflag' args. (avl-tree--do-delete): Add `test' and `nilflag' args. Change return value. (avl-tree-member): Add optional `nilflag' (avl-tree-member-p): New function. (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions. (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first) (avl-tree-stack-empty-p): New functions.
-
Eli Zaretskii authored
-
Paul Eggert authored
-
Toby Cubitt authored
avl-tree--del-balance1 and make it work both ways. (avl-tree--del-balance2): Remove. (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and make it work both ways. (avl-tree--enter-balance2): Remove. (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir): New macros. (avl-tree--mapc, avl-tree-map): Add direction argument.
-
Paul Eggert authored
-
Paul Eggert authored
-
Stefan Monnier authored
-
Paul Eggert authored
-
David Michael authored
Fixes: debbugs:8745
-
Paul Eggert authored
(x_handle_selection_request, frame_for_x_selection): Remove unused vars. (x_clipboard_manager_save): Now static. (Fx_clipboard_manager_save): Rename local to avoid shadowing.
-
Paul Eggert authored
(crypto_hash_function): Now static. Fix pointer signedness problems. Avoid unnecessary initializations.
-