aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (ada-mode): Use `make-local-variable', not `make-variable-buffer-local'.Juanma Barranquero2005-08-021-1/+1
|
* (doctor-type-symbol): "?\ " -> "?\s".Juanma Barranquero2005-08-022-1/+49
| | | | | | | | | | | | | | (**mad**, *debug*, *print-space*, *print-upcase*, abuselst, abusewords, account, afraidof, arerelated, areyou, bak, beclst, bother, bye, canyou, chatlst, continue, deathlst, describe, drnk, drugs, eliza-flag, elizalst, famlst, feared, fears, feelings-about, foullst, found, hello, history, howareyoulst, howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated, lincount, longhuhlst, lover, machlst, mathlst, maybe, moods, neglst, obj, object, owner, please, problems, qlist, random-adjective, relation, remlst, repetitive-shortness, replist, rms-flag, schoollst, sent, sexlst, shortbeclst, shortlst, something, sportslst, stallmanlst, states, subj, suicide-flag, sure, things, thlst, toklst, typos, verb, want, whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst): Defvar at compile time.
* (Fframe_char_width): Doc fix.Juanma Barranquero2005-08-022-2/+5
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-507Miles Bader2005-08-024-9/+28
| | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 100) - Update from CVS 2005-08-02 Katsumi Yamaoka <[email protected]> * lisp/gnus/mml.el (mml-generate-mime-1): Make the content type default to text/plain if the filename is not specified. 2005-08-01 Katsumi Yamaoka <[email protected]> * lisp/gnus/gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring instead of insert-buffer. * lisp/gnus/message.el (message-yank-original): Ditto; set the mark at the end of the yanked message.
* (all): Make `indicate-buffer-boundaries' display values set outsideLuc Teirlinck2005-08-021-28/+32
| | | | Custom once again correctly in Custom buffer.
* (cua--highlight-rectangle): Only showKim F. Storm2005-08-011-0/+1
| | | | rectangle overlay in selected window.
* *** empty log message ***Kim F. Storm2005-08-011-0/+5
|
* (all): Prevent nil from matching two alternatives inLuc Teirlinck2005-08-011-26/+28
| | | | `indicate-buffer-boundaries' defcustom.
* (all): Prevent bug if user sets `indicate-buffer-boundaries' outside Custom.Luc Teirlinck2005-08-011-3/+3
|
* (all): Put `indicate-empty-lines' in fringe group instead of display group.Luc Teirlinck2005-08-011-1/+35
| | | | Make `indicate-buffer-boundaries' customizable through Custom.
* *** empty log message ***Luc Teirlinck2005-08-011-0/+6
|
* Update copyright years section.Thien-Thi Nguyen2005-08-011-8/+8
|
* (gdb-frame-address, gdb-var-changed, gdb-output-sink, gdba,Juanma Barranquero2005-08-012-12/+19
| | | | | gdb-cpp-define-alist-program, gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows, gdb-put-string): Fix typos in docstrings.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-01124-233/+328
|
* *** empty log message ***Nick Roberts2005-08-011-1/+1
|
* Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-0167-73/+110
|
* *** empty log message ***Nick Roberts2005-08-011-2/+5
|
* * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.Nick Roberts2005-08-012-2/+9
| | | | | * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie. (gud-tooltip-mode): Don't barf if the GUD buffer has been killed.
* *** empty log message ***Nick Roberts2005-08-011-0/+7
|
* (table-yank-handler): Change defcustom to defvar.Kim F. Storm2005-07-311-3/+2
|
* *** empty log message ***Kim F. Storm2005-07-311-0/+4
|
* Revision: [email protected]/emacs--cvs-trunk--0--patch-505Miles Bader2005-07-314-32/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 99) - Update from CVS 2005-07-29 Katsumi Yamaoka <[email protected]> * lisp/gnus/gnus-art.el (gnus-article-next-page-1): Reduce the number of lines to scroll rather than to stop it. * lisp/gnus/mml.el (mml-generate-default-type): Add doc string. (mml-generate-mime-1): Use mm-default-file-encoding or make it default to application/octet-stream when determining the content type if it is not specified for the part or the mml contents; add a comment about mml-generate-default-type. 2005-07-29 Reiner Steib <[email protected]> * lisp/gnus/mml.el (mml-generate-mime-1): Use mm-default-file-encoding or make it default to application/octet-stream when determining the content type if it is not specified for the external contents. 2005-07-27 Katsumi Yamaoka <[email protected]> * lisp/gnus/mm-decode.el (mm-display-external): Delete temp file, directory and buffer immediately if the external process is exited.
* (syms_of_xdisp) <redisplay-end-trigger-functions>: Defvar it.Juanma Barranquero2005-07-302-1/+12
|
* *** empty log message ***Eli Zaretskii2005-07-304-0/+20
|
* (info): Don't run install-info.Eli Zaretskii2005-07-302-0/+5
| | | | ($(infodir)/dir): New target, produced by running install-info.
* (info): Don't run multi-install-info.bat.Eli Zaretskii2005-07-301-1/+3
| | | | ($(infodir)/dir): New target, produced by running multi-install-info.bat.
* (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine, like config.in does.Eli Zaretskii2005-07-301-0/+6
|
* *** empty log message ***Nick Roberts2005-07-291-0/+1
|
* (next-error-follow-minor-mode):Stefan Monnier2005-07-291-1/+1
| | | | make-variable-buffer-local -> make-local-variable.
* Require CL also when compiling.Stefan Monnier2005-07-291-5/+3
|
* (subprocess-buf): Declare to quieten compiler.Stefan Monnier2005-07-291-5/+4
|
* Avoid end-of-buffer. Clean up.Stefan Monnier2005-07-291-38/+34
|
* (byte-compile-make-variable-buffer-local)Stefan Monnier2005-07-292-7/+25
| | | | | (byte-compile-form-make-variable-buffer-local): New functions to warn about misuses of make-variable-buffer-local where make-local-variable was meant.
* Update. Include emacs-devel message fragment.Thien-Thi Nguyen2005-07-291-3/+15
|
* (ibuffer-columnize-and-insert-list, ibuffer-mouse-toggle-mark,Juanma Barranquero2005-07-292-42/+59
| | | | | | | | | | | | | ibuffer-count-marked-lines, ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-unmark-forward, ibuffer-unmark-backward, ibuffer-compile-make-format-form, ibuffer-format-column, ibuffer-current-buffers-with-marks, ibuffer-update-title-and-summary): "?\ " -> "?\s". (ibuffer): Doc fix. (ibuffer-mode): Fix typo in docstring. (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare with `define-obsolete-variable-alias'. (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
* *** empty log message ***Juanma Barranquero2005-07-291-0/+3
|
* (bs-attributes-list): Doc fix.Juanma Barranquero2005-07-291-11/+13
| | | | (bs): Update url-link.
* (desktop-save-buffer): Fix typos in docstring.Juanma Barranquero2005-07-292-10/+17
| | | | (desktop-load-default): Simplify.
* *** empty log message ***Kenichi Handa2005-07-292-0/+11
|
* (select-message-coding-system): BeKenichi Handa2005-07-291-4/+13
| | | | | sure to use LF for end-of-line. If no coding system is decided, return iso-8859-1-unix.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-503Miles Bader2005-07-292-6/+17
| | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 98) - Update from CVS 2005-07-28 Katsumi Yamaoka <[email protected]> * lisp/gnus/rfc2231.el (rfc2231-parse-string): Take care that not only a segmented parameter but also other parameters might be there.
* Don't create lisp/Makefile.unix.Juanma Barranquero2005-07-282-2/+5
|
* Fixed ange-ftp problem with IPv6 failure.Stefan Monnier2005-07-281-26/+0
|
* (ange-ftp-gateway-fatal-msgs, ange-ftp-pending-error-line): New vars.Stefan Monnier2005-07-282-7/+47
| | | | | | (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them to handle the non-fatal no-route-to-host messages. (internal-ange-ftp-mode): Make the no-match regexp more efficient.
* (isearch-mode-map, isearch-other-meta-char, isearch-quote-char,Juanma Barranquero2005-07-282-23/+52
| | | | | | | | | | | isearch-printing-char, isearch-text-char-description): "?\ " -> "?\s". (isearch-lazy-highlight-cleanup, isearch-lazy-highlight-initial-delay, isearch-lazy-highlight-interval, isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup): Declare with define-obsolete-*-alias macros. (isearch-forward): Fix typo in docstring. (search-invisible, search-ring-yank-pointer, regexp-search-ring-yank-pointer): Doc fixes.
* (recentf-menu-append-commands-p): Declare with `define-obsolete-variable-alias'.Juanma Barranquero2005-07-281-13/+11
| | | | | | | (recentf-max-saved-items, recentf-menu-filter, recentf-arrange-by-rule-subfilter): Doc fixes. (recentf-menu-append-commands-flag, recentf-initialize-file-name-history, recentf-expand-file-name, recentf-clear-data): Fix typos in docstrings.
* (my_set_window_pos, my_show_window): Don't declare.Juanma Barranquero2005-07-282-4/+12
| | | | (my_create_window, my_create_tip_window): Make static.
* (my_show_window, my_set_window_pos, my_set_focus, my_set_foreground_window,Juanma Barranquero2005-07-281-5/+11
| | | | my_destroy_window): Make static.
* *** empty log message ***Juanma Barranquero2005-07-284-1/+21
|
* Add `icons' (for in-place installs).Juanma Barranquero2005-07-281-0/+1
|