summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bump version to 23.1.96.emacs-pretest-23.1.96Chong Yidong2010-04-19
|
* * ede.texi (EDE Mode): Refer to init file rather than `.emacs'. NoteChong Yidong2010-04-19
| | | | | | that Development menu is always available. (Creating a project): Fix terminology. (Add/Remove files): Fix typo.
* (completion-styles): Improve docstrings.Stefan Monnier2010-04-19
|
* * dired.c (Ffile_attributes): Fix typo in docstring.Juanma Barranquero2010-04-19
|
* Synch with Gnus trunk:Katsumi Yamaoka2010-04-18
| | | | | | | | | | | | | 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com> * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of the CVS repo. Put the Git repo in the news section. * gnus-coding.texi (Gnus Maintainance Guide): Fixed title typo. Removed some mentions of CVS. Mention the new Git repo. 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com> * smime.el: Don't mention CVS. * nnrss.el (nnrss-fetch): Don't mention CVS. * nnir.el: Don't mention CVS.
* * programs.texi (Semantic): New node.Chong Yidong2010-04-18
| | | | | | | | * maintaining.texi (EDE): New node. * emacs.texi: Update node listing. * misc.texi (Gnus): Use the `C-h i' keybinding for info.
* Bugfix for ede-proj-makefile-insert-variables.Chong Yidong2010-04-18
| | | | | * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't destroy list before using it.
* Fix the version number for added files.Dan Nicolaescu2010-04-17
| | | | | * vc-hg.el (vc-hg-working-revision): Check if the file is registered after hg parent fails (Bug#5961).
* Add some autoloads.Glenn Morris2010-04-16
| | | | | * htmlfontify.el (htmlfontify-buffer) (htmlfontify-copy-and-link-dir): Autoload entry points.
* * etc/NEWS: Minor edits.Glenn Morris2010-04-16
|
* Fix to vc-hg-annotate-extract-revision-at-line (Bug#5960).Chong Yidong2010-04-16
| | | | | * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file name relative to the project root (Bug#5960).
* * emacs.texi (Acknowledgments): Remove duplicate.Glenn Morris2010-04-16
|
* Synch with Gnus trunk:Katsumi Yamaoka2010-04-16
| | | | | | (Score File Format): Fix typo. (Mail Group Commands): Add index entry. By Andreas Seltenreich <seltenreich@gmx.de>.
* * etc/NEWS: git version number issues don't need manual changes.Glenn Morris2010-04-15
|
* Improve previous change.Glenn Morris2010-04-15
|
* * vc-git.el (vc-git-print-log): Doc fix.Glenn Morris2010-04-15
|
* * maintaining.texi (VC Directory Commands): Mention stashes and shelves.Glenn Morris2010-04-15
|
* * doc/emacs/ChangeLog: Fix typo.Glenn Morris2010-04-15
|
* * etc/NEWS: Remove duplicate entry.Glenn Morris2010-04-15
|
* Mention Dired VC diff and log in manual.Glenn Morris2010-04-15
| | | | | | * dired.texi (Misc Dired Features): Mention VC diff and log. * maintaining.texi (Old Revisions, VC Change Log): Mention that diff and log work in Dired buffers.
* * info.texi (Search Index): Mention Emacs's Info-virtual-index.Glenn Morris2010-04-15
|
* * help.texi (Help Summary): Mention M-x info-finder.Glenn Morris2010-04-15
|
* NEWS markup.Glenn Morris2010-04-15
| | | | | * etc/NEWS: bookmark-bmenu-search, mpc, image-mode-maybe do not need manual entries. GDB changes, Semantic, EDE, EIEIO have them.
* * ack.texi (Acknowledgments): Add mpc.elGlenn Morris2010-04-15
|
* * etc/NEWS: Minor mark-up and typo fixes.Glenn Morris2010-04-14
|
* Document new commands for manipulating local variable lists.Glenn Morris2010-04-14
| | | | | * custom.texi (Specifying File Variables, Directory Variables): Document new commands for manipulating local variable lists.
* Fix @deffn without category.Juri Linkov2010-04-15
| | | | | | | | | | | | * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun for `abbrev-insert'. * buffers.texi (Indirect Buffers): Add category `Command' to @deffn of `clone-indirect-buffer'. * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun for `next-window' and `previous-window'. Add category `Command' to @deffn of `pop-to-buffer'.
* * ido.el (ido-file-internal): Fix 2009-12-02 change.Chong Yidong2010-04-14
|
* * progmodes/grep.el (grep-compute-defaults): Fix handling of hostChong Yidong2010-04-14
| | | | default settings (Bug#5928).
* * admin/notes/bugtracker: Minor updates.Glenn Morris2010-04-13
|
* Revert 2009-12-03T16:02:10Z!acm@muc.de (enhance c-parse-state) and ↵Alan Mackenzie2010-04-13
|\ | | | | | | | | | | | | 2010-02-04T21:15:37Z!acm@muc.de (< and > handling). [These enhancements were not sufficiently stable at the time of releasing a pretest.]
| * Reverse 2009-12-03T16:02:10Z!acm@muc.de "Enhance `c-parse-state' to run ↵Alan Mackenzie2010-04-12
| | | | | | | | | | | | efficiently in \"brace desserts\".".
| * Reverse change 2010-02-04T21:15:37Z!acm@muc.de: "Change strategy for marking ↵Alan Mackenzie2010-04-12
| | | | | | | | | | | | < and > as template delimiters: mark them strictly in matching pairs."
| * Reverse 2010-02-25T21:21:25Z!acm@muc.de:Alan Mackenzie2010-04-12
| | | | | | | | | | | | " (i) Remove any hard syntax-table properties for <, > inserted by C-y. (ii) Remove category text props, not syntax-table ones in unmarking <, >. ".
| * Reverse 2010-03-01T11:31:42Z!acm@muc.de: "Fix bug #5649: 23.1.92; ↵Alan Mackenzie2010-04-12
| | | | | | | | Indentation problems in C mode.".
| * Reverse 2010-03-01T17:46:36Z!acm@muc.de "Correct buggy patch ↵Alan Mackenzie2010-04-12
| | | | | | | | 2010-03-01T11:31:42Z!acm@muc.de to cc-engine.el.".
| * Undo 2010-03-15T01:38:28Z!yamaoka@jpl.org "Fix off-by-one error. Fixes bug ↵Alan Mackenzie2010-04-12
| | | | | | | | #5747."
* | * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).Adrian Robert2010-04-13
| |
* | * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).Adrian Robert2010-04-13
|/
* Use openpty for allocating pty on Darwin. Fix Bug#726 and Bug#5819.YAMAMOTO Mitsuharu2010-04-10
| | | | | * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF) (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
* Fix bug ref in previous.Glenn Morris2010-04-09
|
* Close bug#1835.Glenn Morris2010-04-09
| | | | | | * progmodes/fortran.el (fortran-match-and-skip-declaration): New function. (fortran-font-lock-keywords-3): Use it. (Bug#1835)
* Doc fix related to Contributing.Glenn Morris2010-04-08
| | | | | * trouble.texi (Contributing): Add cindex entry. Mention etc/CONTRIBUTE.
* frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.YAMAMOTO Mitsuharu2010-04-08
|
* Fix resizing for X and non-Gtk+ build. Bug #5848.Jan Djärv2010-04-07
| | | | | | | | * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use FRAME_LINE_TO_PIXEL_Y. * xterm.c (x_set_window_size_1): Don't add border_width/height to pixelwidth/height.
* merge trunkKenichi Handa2010-04-07
|\
| * Edits to Persistent Mark node.Chong Yidong2010-04-06
| | | | | | | | | | * mark.texi (Persistent Mark): Copyedits. Replace undo example with query-replace (Bug#5774).
| * Revert 2008-03-03 change (Bug#5821).Chong Yidong2010-04-06
| | | | | | | | | | * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to paragraph-separate (Bug#5821).
| * * quail/vntelex.el: Fix "af" rule (Bug#5836).Chong Yidong2010-04-06
| |
| * Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).Juri Linkov2010-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * info.el (Info-find-node-2): Comment out code that skips breadcrumbs line. (Info-mouse-follow-link): New command. (Info-link-keymap): New keymap. (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'. Return a string with links instead of inserting breadcrumbs to the Info buffer. (Info-fontify-node): Comment out code that inserts breadcrumbs. Instead of putting the `invisible' text property over the Info header, make an overlay over the Info header with the `invisible' property and `after-string' set to the string returned by `Info-breadcrumbs'.