summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bump to version 22.1.92emacs-pretest-22.1.92Chong Yidong2008-03-07
|
* Regenerate.Chong Yidong2008-03-07
|
* (Fsubstitute_in_file_name): Fix up computation of maximumStefan Monnier2008-03-07
| | | | size of resulting string.
* Remove `+++'.Glenn Morris2008-03-07
|
* Copyedit.Chong Yidong2008-03-06
|
* Move deprecation message to Installation Changes and rewrite it.Chong Yidong2008-03-06
|
* *** empty log message ***Juanma Barranquero2008-03-06
|
* *** empty log message ***Kim F. Storm2008-03-06
|
* (describe-gnu-project): Rename from describe-project. Change users.Kim F. Storm2008-03-06
|
* (view-emacs-todo): Rename from view-todo. Change users.Kim F. Storm2008-03-06
| | | | | (describe-gnu-project): Rename from describe-project. Change users. Define obsolete function aliases for the old names.
* (Help Files): Rename view-todo to view-emacs-toto.Kim F. Storm2008-03-06
| | | | Rename describe-project to describe-gnu-project.
* *** empty log message ***Kim F. Storm2008-03-06
|
* *** empty log message ***Juanma Barranquero2008-03-05
|
* (gnus-print-buffer): Honor ps-print-color-p.Reiner Steib2008-03-05
| | | | Suggested by <chris.anderton@zetnet.co.uk>.
* ** Bug in etags ".." codeChong Yidong2008-03-05
|
* (parens-require-spaces): Doc fix.Chong Yidong2008-03-05
| | | | Reported by Drew Adams <drew.adams@oracle.com>.
* * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.Chong Yidong2008-03-05
| | | | Reported by Drew Adams <drew.adams@oracle.com>.
* (iswitchb-use-faces): Doc fix.Juanma Barranquero2008-03-05
| | | | (iswitchb-buffer-ignore, iswitchb-read-buffer): Fix typos in docstrings.
* Revert last change.Jason Rumney2008-03-05
|
* (adjust_glyph_matrix): Initialize window_height.Jason Rumney2008-03-05
|
* (Fexpand_file_name): Decode home directory names.Jason Rumney2008-03-05
| | | | (Fsubstitute_in_file_name): Decode substituted variables.
* (comment-kill): Docstring improvement.Stefan Monnier2008-03-03
|
* (verilog-highlight-grouping-keywords):Dan Nicolaescu2008-03-03
| | | | | Fix typo. (verilog-type-font-keywords): Reindent.
* (handle_single_display_spec): Undo 2007-10-16 changes.YAMAMOTO Mitsuharu2008-03-03
| | | | | Don't pretend as if characters with display property haven't been consumed for string-replacing-string case.
* * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in theDan Nicolaescu2008-03-03
| | | | | | | | grouping-keyword regular expression. (verilog-font-lock-keywords): Allow users to toggle special highlight of grouping-keywords. (verilog-highlight-grouping-keywords): The toggle for special highlighting of grouping keywords.
* Fix typo in previous.Glenn Morris2008-03-03
|
* Tweak frame-local variables entry.Glenn Morris2008-03-03
|
* Revert 2008-02-28 change that adds initial messageJuri Linkov2008-03-02
| | | | to *scratch* buffer regardless of the value of `inhibit-startup-screen'.
* More info on how to replace make-variable-frame-local.Glenn Morris2008-03-01
|
* * textmodes/css-mode.el (css-indent-offset, css-electric-keys):Dan Nicolaescu2008-03-01
| | | | | | | * textmodes/bibtex-style.el (bibtex-style-indent-basic): * progmodes/verilog-mode.el (verilog-mode): * net/socks.el (socks): * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
* (desktop-read): Set `desktop-dirname' to nil before callingJuanma Barranquero2008-03-01
| | | | | `desktop-not-loaded-hook' to allow modifying it. Don't show warning message if `desktop-dirname' was modified.
* (c-neutralize-syntax-in-CPP): Fix coding bug.Alan Mackenzie2008-03-01
|
* *** empty log message ***Alan Mackenzie2008-03-01
|
* (c-before-font-lock-function): Fix bug in doc-string, "c-old-LEN" ->Alan Mackenzie2008-03-01
| | | | "c-old-END".
* *** empty log message ***Alan Mackenzie2008-03-01
|
* Merge from gnus--rel--5.10Miles Bader2008-03-01
| | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-239
* ** Shell-script indenting of &&, | (patch available)Chong Yidong2008-02-29
|
* Changed ambiguous "native Windows debuggers" to "Microsoft debuggers", as thatJason Rumney2008-02-29
| | | | section is specific to MSVC.
* (allout-topic-encryption-bullet)Glenn Morris2008-02-29
| | | | | | (allout-passphrase-verifier-handling, allout-passphrase-hint-handling) (allout-encrypt-unencrypted-on-saves): Change defcustom :version from 22.0 to 22.1.
* ** Two display bugs involving interactions between after-string andChong Yidong2008-02-29
| | | | | display properties of adjacent overlays First bug is fixed in trunk.
* (desktop-save): Save the buffer name if the uniquified base name is empty.Juanma Barranquero2008-02-29
|
* (diff-sanity-check-hunk): Only accept an empty line ifStefan Monnier2008-02-29
| | | | we still expect more lines.
* (get_overlay_strings_1): Add missing argument type.Chong Yidong2008-02-29
|
* * xdisp.c (get_overlay_strings_1): Add missing argument type.Chong Yidong2008-02-29
|
* (normal-splash-screen): Add argument `concise'.Juri Linkov2008-02-28
| | | | | | | | Remove unused binding `prev-buffer'. Let-bind `splash-buffer' to the created buffer. If `concise' is non-nil, call `display-buffer', otherwise `switch-to-buffer'. Doc fix. (display-startup-screen): Add argument `concise' to the call to `normal-splash-screen'.
* (startup-echo-area-message): Check for about-emacs.Juri Linkov2008-02-28
|
* Always add initial message to *scratch* buffer ifJuri Linkov2008-02-28
| | | | | | | | | `initial-scratch-message' is non-nil regardless of the value of `inhibit-startup-screen'. (inhibit-startup-screen, initial-scratch-message): Doc fix. (command-line-1): Move code that inserts `initial-scratch-message' up before the if-form that checks for `inhibit-startup-screen'. Suggested by Jonathan Rockway <jon@jrock.us>.
* (fill-comment-paragraph): Don't try to do comment-paragraph fillingStefan Monnier2008-02-28
| | | | if the commark doesn't match comment-start-skip.
* (uniquify-buffer-base-name): Undo last change.Stefan Monnier2008-02-28
|
* (utf-7-encode): Never skip the trailing - for the `imap' variant.Stefan Monnier2008-02-28
|