summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (yank): Doc fix.Juri Linkov2006-11-011-1/+1
|
* Try and fit within 80 columns.Stefan Monnier2006-11-012-23/+33
| | | | (server-start): Make the auth file unreadable by other users.
* (url-http-create-request): Use buffer-locale equivalents ofMagnus Henoch2006-11-012-11/+18
| | | | dynamically bound variables.
* * battery.el (battery-linux-proc-acpi): Prevent range error whenChong Yidong2006-11-012-0/+6
| | | | `full-capacity' is 0.
* *** empty log message ***Kim F. Storm2006-10-311-7/+9
|
* Added an entryRamprasad B2006-10-311-0/+5
|
* Installed describe-face sample textRamprasad B2006-10-311-0/+14
|
* Add arch taglineMiles Bader2006-10-311-0/+1
|
* *** empty log message ***Juanma Barranquero2006-10-311-1/+18
|
* (ada-prj-new): Change maintainer, apply whitespace-cleanup, checkdoc. MinorJuanma Barranquero2006-10-311-28/+34
| | | | | improvements to many doc strings and comments. (ada-prj-display-page): Change buffer name to more accurately reflect function.
* Change maintainer, apply whitespace-cleanup, checkdoc.Juanma Barranquero2006-10-311-4/+3
| | | | (ada-func-or-proc-name): Add doc string.
* (ada-compile-current): Don't add newlines to commands.Juanma Barranquero2006-10-311-255/+234
|
* Add support for TCP sockets.Juanma Barranquero2006-10-302-68/+154
| | | | | | | | | | | | (server-use-tcp, server-host, server-auth-dir): New options. (server-auth-key): New variable. (server-ensure-safe-dir): Create nonexistent parent dirs. Ignore Unix-style file modes on Windows. (server-start): Crete a TCP or Unix socket according to the value of `server-use-tcp'. For TCP sockets, create the id/auth file in `server-auth-dir' directory. (server-process-filter): Delete process if authentication fails (which never happens for Unix sockets).
* (add-to-list): Don't continue checking if a match hasDavid Kastrup2006-10-302-5/+10
| | | | been found.
* * tutorial.el: Move defvars to avoid bytecomp warnings.Chong Yidong2006-10-301-0/+8
| | | | | | | (tutorial--find-changed-keys): Check if viper-current-state is bound before using it. (help-with-tutorial): Check if viper-tutorial is defined before using it.
* Fix last fix.Chong Yidong2006-10-301-155/+155
|
* * tutorial.el: Move defvars to avoid bytecomp warnings.Chong Yidong2006-10-301-175/+173
| | | | | | | (tutorial--find-changed-keys): Check if viper-current-state is bound before using it. (help-with-tutorial): Check if viper-tutorial is defined before using it.
* * help-fns.el (help-with-tutorial): Moved to tutorial.el.Chong Yidong2006-10-303-66/+1019
| | | | | | | | | | | * tutorial.el: New file. (help-with-tutorial): Moved here from help-fns.el. Added help for rebound keys. Fixed resume of tutorial. (tutorial--describe-nonstandard-key, tutorial--sort-keys) (tutorial--find-changed-keys, tutorial--display-changes) (tutorial--saved-dir, tutorial--saved-file) (tutorial--save-tutorial): New functions to support the changes in help-with-tutorial.
* Merge from gnus--rel--5.10Miles Bader2006-10-302-20/+131
| | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 160) - Update from CVS 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New variables. (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions. (mm-charset-synonym-alist): Move some entries to mm-codepage-iso-8859-list. (mm-charset-synonym-alist, mm-charset-override-alist): Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-489
* (revert-buffer): If a unibyte buffer is being revertedKenichi Handa2006-10-302-0/+15
| | | | | with a coding system for multibyte, set buffer multibyte before calling insert-file-contents.
* (server-select-display): Use a dummy buffer to detect whenStefan Monnier2006-10-302-18/+41
| | | | | | the frame is later used. (server-select-display): New function. (server-process-filter): Use it to detect unused temp frames.
* (url-open-stream): Really use asynchronous connections (accidentallyMagnus Henoch2006-10-292-1/+6
| | | | disabled during debugging).
* *** empty log message ***Juanma Barranquero2006-10-291-1/+10
|
* Change maintainer, apply whitespace-clean, checkdoc. Minor improvements to manyJuanma Barranquero2006-10-291-1421/+1421
| | | | | | doc strings. (ada-mode-version): New function. (ada-create-menu): Menu operations are available for all supported compilers.
* (with-parsed-tramp-file-name): Correct debug spec. Highlight as keyword.Lars Hansen2006-10-292-11/+17
| | | | | | (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists. Don't call tramp-method-out-of-band-p for local files. (tramp-touch): Quote file name.
* Merge from gnus--rel--5.10Miles Bader2006-10-294-7/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 156-159) - Merge from emacs--devo--0 - Update from CVS 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-sum.el (gnus-set-mode-line): Quote % in group name. 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible with Emacs 21 and XEmacs. 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/mm-view.el: Add interactive arg to html2text autoload. 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-487
* Add arch taglineMiles Bader2006-10-281-0/+1
|
* *** empty log message ***Glenn Morris2006-10-281-0/+11
|
* (cal-html-cursor-month, cal-html-cursor-year): Add autoloads for thisGlenn Morris2006-10-281-0/+14
| | | | | new package. (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
* New file, from: Anna M. Bigatti <bigatti at dima.unige.it>.Glenn Morris2006-10-281-0/+444
|
* (url-http-parse-headers): Fix misplaced paren.Magnus Henoch2006-10-282-2/+6
|
* * emacs-lisp/authors.el (authors-aliases): Update.Chong Yidong2006-10-282-0/+5
|
* Regenerate.Chong Yidong2006-10-271-968/+1196
|
* * version.el (emacs-version): Bump version number to 22.0.90.Chong Yidong2006-10-272-1/+5
|
* * url.el (url-retrieve): Minor doc clarification.Chong Yidong2006-10-271-4/+4
|
* * url-http.el (url-http-mark-connection-as-free): Verify thatChong Yidong2006-10-274-30/+124
| | | | | | | | | | | | | | | | connection is open before saving it. (url-http-handle-authentication): Use url-retrieve-internal instead of url-retrieve. (url-http-parse-headers): Adapt to new callback interface. (url-http): Handle non-blocking connections. (url-http-async-sentinel): Create. * url.el (url-retrieve): Update docstring for new callback interface. Remove all code. (url-retrieve-internal): Move code from url-retrieve here. * url-gw.el (url-open-stream): Use a non-blocking socket for `native' gateway method, if available.
* * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):Chong Yidong2006-10-272-5/+32
| | | | | | | | | | | | New defvar. (inferior-octave-resync-dirs): Check to see whether Octave has built-in variables and set inferior-octave-has-built-in-variables. Check inferior-octave-has-built-in-variables to decide whether to send commands that set built-in variables or call functions to change Octave's behavior. Send "disp (pwd ())" to Octave instead of just "pwd". (inferior-octave-startup): Send "more off" to Octave instead of "page_screen_output = 0".
* * emacs-lisp/cl-indent.el (lisp-indent-259): Fix last fix.Chong Yidong2006-10-271-1/+3
|
* * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in theChong Yidong2006-10-262-8/+13
| | | | pattern normally.
* (mode-line-mode-menu): Remove bindings for globalNick Roberts2006-10-251-8/+2
| | | | minor modes (line/column number) as they are on the menubar.
* *** empty log message ***Nick Roberts2006-10-251-0/+5
|
* *** empty log message ***Juanma Barranquero2006-10-251-5/+8
|
* (x-handle-name-switch): Doc fix.Juanma Barranquero2006-10-251-2/+2
| | | | (w32-standard-fontset-spec): Fix typo in docstring.
* *** empty log message ***Juanma Barranquero2006-10-251-2/+7
|
* (midnight-buffer-display-time): Doc fix.Juanma Barranquero2006-10-251-5/+4
| | | | (clean-buffer-list-kill-never-buffer-names): Add "*server*".
* Merge from gnus--rel--5.10Miles Bader2006-10-245-13/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 153-155) - Merge from emacs--devo--0 - Update from CVS 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group names. * lisp/gnus/gnus-sum.el (gnus-select-newsgroup): Decode group name. 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/message.el (message-headers-to-generate): Fix typo in docstring. 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus.el (gnus-mime): Remove unused custom group. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-482
* 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2006-10-236-70/+82
| | | | | | | | | | * viper-cmd.el (viper-prefix-arg-com): define gg as G0 * viper-ex.el (ex-read): quote file argument. * ediff-diff.el (ediff-same-file-contents): expand file names. * ediff-mult.el (ediff-append-custom-diff): quote shell file arguments.
* * textmodes/flyspell.el (flyspell-check-region-doublons): Fix lastChong Yidong2006-10-232-1/+6
| | | | fix.
* (mode-line-mode-menu): List global minor modesNick Roberts2006-10-231-6/+8
| | | | before local ones.
* *** empty log message ***Nick Roberts2006-10-231-1/+6
|